Skip to content

Commit 9b22902

Browse files
committed
Fix formatting
1 parent 31da9a2 commit 9b22902

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/test-e2e/Basic/max_work_group_size_props.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// This property is not yet supported by all UR adapters
55
// XFAIL: level_zero, opencl, hip
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16403
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16403
77

88
#include <sycl/detail/core.hpp>
99

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 0
5555
//
5656
// List of improperly XFAIL-ed tests.
57-
// As an example, if test test-e2e/Foo/foo.cpp is improperly XFAIL-ed,
58-
// add this line at the end of this file: // CHECK: Foo/foo.cpp
57+
// As an example, if test test-e2e/Foo/foo.cpp is improperly XFAIL-ed,
58+
// add this line at the end of this file: // CHECK: Foo/foo.cpp
5959
// or // CHECK-NEXT: Foo/foo.cpp in case the list is not empty.
6060
// Remove the CHECK once the test has been properly XFAIL-ed.

0 commit comments

Comments
 (0)