diff options
Diffstat (limited to 'llvm/test/tools/sancov/html-report.test')
| -rw-r--r-- | llvm/test/tools/sancov/html-report.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/tools/sancov/html-report.test b/llvm/test/tools/sancov/html-report.test index 29b92386c13..a50c8fba742 100644 --- a/llvm/test/tools/sancov/html-report.test +++ b/llvm/test/tools/sancov/html-report.test @@ -1,5 +1,6 @@ +REQUIRES: x86_64-linux RUN: sancov -html-report %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s // It's very difficult to test html report. Do basic smoke check. -CHECK: {{.*[/\\]Inputs[/\\]test.cpp}} +CHECK: {{.*/Inputs/test.cpp}} |

