Skip to content

Commit 8da85a5

Browse files
committed
Small tweaks to the test
1 parent 7c72b73 commit 8da85a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/no-xfail-without-tracker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// RUN: --no-group-separator | \
2222
// RUN: grep -v "XFAIL:" | \
2323
// RUN: grep -Pv "XFAIL-TRACKER:\s+.*intel/llvm.*\d+" | \
24-
// RUN: wc -l | FileCheck %s
24+
// RUN: wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER
2525
//
2626
// The number below is a number of tests which are *impropertly* XFAIL-ed, i.e.
2727
// we either don't have a tracker associated with a failure listed in those
@@ -41,4 +41,4 @@
4141
// tests to match the requried format and in that case you should just update
4242
// (i.e. reduce) the number below.
4343
//
44-
// CHECK: 176
44+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 176

0 commit comments

Comments
 (0)