From c58affd2b4d04473c4e66f6d808fd7e6d8f456e4 Mon Sep 17 00:00:00 2001 From: aelovikov-intel Date: Wed, 27 Nov 2024 15:29:00 -0800 Subject: [PATCH] [E2E][SYCL] Actually disable fast math in `marray_common.cpp` test (#16205) https://github.com/intel/llvm/pull/15223 updated the normal build command but not the `preview-breaking-changes` one. Fix that here. --- sycl/test-e2e/Basic/built-ins/marray_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Basic/built-ins/marray_common.cpp b/sycl/test-e2e/Basic/built-ins/marray_common.cpp index 921e5fed0f6b4..66f0c02b01427 100644 --- a/sycl/test-e2e/Basic/built-ins/marray_common.cpp +++ b/sycl/test-e2e/Basic/built-ins/marray_common.cpp @@ -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