Skip to content

Commit 882b3d0

Browse files
committed
Fix lit test failure caused by newer commits to repo
1 parent e3e79b1 commit 882b3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/check-notdirect-attribute-propagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef TRIGGER_ERROR
66
[[intelfpga::no_global_work_offset]] void not_direct_one() {} // expected-no-diagnostics
77

8-
[[cl::intel_reqd_sub_group_size(1)]] void func_one() {
8+
[[intel::reqd_sub_group_size(1)]] void func_one() {
99
not_direct_one();
1010
}
1111

0 commit comments

Comments
 (0)