We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2405942 commit e876532Copy full SHA for e876532
sycl/test-e2e/AbiNeutral/device-info.cpp
@@ -1,7 +1,7 @@
1
// RUN: %{build} -o %t.out
2
-// RUN: %{run} %t.out
+// RUN: env SYCL_ENABLE_DEFAULT_CONTEXTS=1 %{run} %t.out
3
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %}
4
-// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
+// RUN: %if preview-breaking-changes-supported %{ env SYCL_ENABLE_DEFAULT_CONTEXTS=1 %{run} %t2.out %}
5
6
// This test case tests if compiling works with or without
7
// _GLIBCXX_USE_CXX11_ABI=0.
0 commit comments