Skip to content

Commit c58affd

Browse files
[E2E][SYCL] Actually disable fast math in marray_common.cpp test (#16205)
#15223 updated the normal build command but not the `preview-breaking-changes` one. Fix that here.
1 parent 2d42dd6 commit c58affd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/built-ins/marray_common.cpp

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

33
// RUN: %{build} %{mathflags} -o %t.out
44
// RUN: %{run} %t.out
5-
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t_preview.out %}
5+
// RUN: %if preview-breaking-changes-supported %{ %{build} %{mathflags} -fpreview-breaking-changes -o %t_preview.out %}
66
// RUN: %if preview-breaking-changes-supported %{ %{run} %t_preview.out%}
77

88
#ifdef _WIN32

0 commit comments

Comments
 (0)