Skip to content

Commit d4608c9

Browse files
author
Pavel Samolysov
committed
[SYCL] Use sycl:: namespace in the test
1 parent 81d249c commit d4608c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/buffer/buffer_for_not_device_copyable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <sycl/sycl.hpp>
44
#include <string>
55

6-
using namespace cl::sycl;
6+
using namespace sycl;
77

88
int main() {
99
static_assert(is_device_copyable_v<int>);

0 commit comments

Comments
 (0)