Skip to content

Commit 8883f2d

Browse files
committed
Remove erroneous range rounding disable flag
Range rounding disable is tested in another test.
1 parent 4676c35 commit 8883f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/parallel_for_range_roundup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: gpu
2-
// RUN: %{build} -fsycl-range-rounding=disable -o %t.out
2+
// RUN: %{build} -o %t.out
33
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %{run} %t.out | FileCheck %s --check-prefix=CHECK-DEFAULT
44

55
// RUN: %{build} -fsycl-range-rounding=force -o %t.out

0 commit comments

Comments
 (0)