Skip to content

Commit 81d9caa

Browse files
committed
Fix run line
1 parent 626da4a commit 81d9caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/regression/bit_cast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-host-compiler=g++ -fsycl-host-compiler-options='-std=c++17' %s -o %t.out
22
// The purpose of this test is to check that the following code can be
33
// successfully compiled
44

0 commit comments

Comments
 (0)