diff options
Diffstat (limited to 'llvm/test/tools/sancov/not_covered_functions.test')
-rw-r--r-- | llvm/test/tools/sancov/not_covered_functions.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/sancov/not_covered_functions.test b/llvm/test/tools/sancov/not_covered_functions.test index 921d88ec87a..4e0e81a52c2 100644 --- a/llvm/test/tools/sancov/not_covered_functions.test +++ b/llvm/test/tools/sancov/not_covered_functions.test @@ -1,4 +1,4 @@ -REQUIRES: x86-registered-target +REQUIRES: x86_64-linux RUN: sancov -skip-dead-files=0 -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=CHECK1 --allow-empty %s |