Skip to content

Commit 173303b

Browse files
committed
[SYCL][E2E] do not pass unused variable
1 parent d208a9b commit 173303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/interop/Interop_level_zero_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %if any-device-is-level_zero %{ %{build} -isystem %sycl_include -DBUILD_FOR_L0 -o %t-l0.out %}
1+
// RUN: %if any-device-is-level_zero %{ %{build} -isystem %sycl_include -o %t-l0.out %}
22

33
#include <sycl/backend.hpp>
44
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)