Skip to content

Commit 90dc128

Browse files
committed
Fix run line for windows
1 parent 0cc3974 commit 90dc128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/regression/bit_cast_win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -fsycl-host-compiler=cl -fsycl-host-compiler-options='-std=c++17' %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsycl-host-compiler=cl -fsycl-host-compiler-options='/std:c++17' %s -o %t.out
22
// UNSUPPORTED: linux
33

44
#include "bit_cast.hpp"

0 commit comments

Comments
 (0)