mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-28 05:10:05 -04:00
fe2b115a25
Differential Revision: https://reviews.llvm.org/D30370 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296900 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
REQUIRES: x86_64-linux
|
|
RUN: not sancov -covered-functions %p/Inputs/test-linux_x86_64 2>&1 | FileCheck --check-prefix=NOCFILE %s
|
|
|
|
NOCFILE: WARNING: No coverage file for {{.*}}test-linux_x86_64
|
|
NOCFILE: ERROR: No valid coverage files given.
|
|
|