Skip to content

Commit

Permalink
[E2E][SYCL] Actually disable fast math in marray_common.cpp test (#…
Browse files Browse the repository at this point in the history
…16205)

#15223 updated the normal build
command but not the `preview-breaking-changes` one. Fix that here.
  • Loading branch information
aelovikov-intel authored Nov 27, 2024
1 parent 2d42dd6 commit c58affd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/built-ins/marray_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// RUN: %{build} %{mathflags} -o %t.out
// RUN: %{run} %t.out
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t_preview.out %}
// RUN: %if preview-breaking-changes-supported %{ %{build} %{mathflags} -fpreview-breaking-changes -o %t_preview.out %}
// RUN: %if preview-breaking-changes-supported %{ %{run} %t_preview.out%}

#ifdef _WIN32
Expand Down

0 comments on commit c58affd

Please sign in to comment.