Skip to content

Commit a111937

Browse files
[SYCL] Fix failing clang/test/SemaSYCL/implicit-float-size-conversion.cpp (#6590)
1 parent e4f5d55 commit a111937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/implicit-float-size-conversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "sycl.hpp"
99
class kernelA;
1010

11-
using namespace cl::sycl;
11+
using namespace sycl;
1212

1313
int main() {
1414
queue q;

0 commit comments

Comments
 (0)