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

Commit 3162490

Browse files
Add missing "&" to normalized-none-linear-float.cpp
1 parent f97c6eb commit 3162490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Sampler/normalized-none-linear-float.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// UNSUPPORTED: level_zero && windows
88

99
// TODO: enable this test after flaky bug is gone
10-
// UNSUPPORTED: opencl & linux
10+
// UNSUPPORTED: opencl && linux
1111

1212
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
1313
// type (such as unorm_int8)

0 commit comments

Comments
 (0)