Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 1972aee

Browse files
committed
updating overlooked test
1 parent 3cbfdf7 commit 1972aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/DeprecatedFeatures/program_link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int main(void) {
2828
return 0;
2929
}
3030
context c(p);
31-
queue Q(c, s);
31+
queue Q(c, default_selector_v);
3232
program prog1(c);
3333
prog1.compile_with_kernel_type<DUMMY>();
3434
prog1.link("-cl-finite-math-only");

0 commit comments

Comments
 (0)