Skip to content

Commit b5471f8

Browse files
committed
Fix formatting
1 parent 7bd5922 commit b5471f8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

sycl/test-e2e/Reduction/reduction_nd_N_queue_shortcut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
54
// This test only checks that the method queue::parallel_for() accepting
65
// reduction, can be properly translated into queue::submit + parallel_for().
76

sycl/test-e2e/Reduction/reduction_nd_queue_shortcut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
54
// Windows doesn't yet have full shutdown().
65
// UNSUPPORTED: ze_debug && windows
76

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// tests to match the required format and in that case you should just update
5252
// (i.e. reduce) the number and the list below.
5353
//
54-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 46
54+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 41
5555
//
5656
// List of improperly XFAIL-ed tests.
5757
// Remove the CHECK once the test has been properly XFAIL-ed.

0 commit comments

Comments
 (0)