Skip to content

Commit fd1a2e4

Browse files
committed
restore unintentionally deleted
1 parent 291a54b commit fd1a2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// RUN: grep -rI "XFAIL:" %S/../../test-e2e \
3030
// RUN: -A 1 --include=*.cpp --no-group-separator | \
3131
// RUN: grep -v "XFAIL:" | \
32-
// RUN: grep -Pv "(?:XFAIL-TRACKER:\s+(?:(?:https:\/\/github.com\/[\w\d-]+\/[\w\d-]+\/issues\/[\d]+)|(?:[\w]+-[\d]+)))"
32+
// RUN: grep -Pv "(?:XFAIL-TRACKER:\s+(?:(?:https:\/\/github.com\/[\w\d-]+\/[\w\d-]+\/issues\/[\d]+)|(?:[\w]+-[\d]+)))" > %t
3333
// RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER
3434
// RUN: cat %t | sed 's/\.cpp.*/.cpp/' | sort | FileCheck %s
3535
//

0 commit comments

Comments
 (0)