Skip to content

Commit c432481

Browse files
Remove duplicate test cases
1 parent e0d9bda commit c432481

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

clang/test/SemaSYCL/sycl-device.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ __attribute__((sycl_device)) int *func0() { return nullptr; }
3535

3636
__attribute__((sycl_device)) void func2(int *) {}
3737

38-
__attribute__((sycl_device)) int *func3() { return nullptr; }
39-
40-
__attribute__((sycl_device)) void func4(int *) {}
41-
42-
__attribute__((sycl_device)) int *func5() { return nullptr; }
43-
44-
__attribute__((sycl_device)) void func6(int *) {}
45-
4638
#else // NO_SYCL
4739
__attribute__((sycl_device)) // expected-warning {{'sycl_device' attribute ignored}}
4840
void baz() {}

0 commit comments

Comments
 (0)