Skip to content

Commit 3017bd8

Browse files
authored
Fix formatting
1 parent ebcc52c commit 3017bd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/SemaSYCL/wrong-address-taking.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ int main() {
135135
// expected-note@+2 {{called by 'operator()'}}
136136
// expected-error@+1 {{taking address of a function not marked with `intel::device_indirectly_callable attribute` is not allowed in SYCL device code}}
137137
templateCaller1<badFoo>(1);
138-
139138
});
140139
});
141140
myQueue.submit([&](sycl::handler &h) {

0 commit comments

Comments
 (0)