Skip to content

Commit ddbec09

Browse files
Remove unnecessary includes and options from tests
Signed-off-by: Elizabeth Andrews <[email protected]>
1 parent d4e97ab commit ddbec09

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

clang/test/SemaSYCL/sycl-type-attr-ast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -ast-dump %s | FileCheck %s
1+
// RUN: %clang_cc1 -fsycl-is-device -ast-dump %s | FileCheck %s
22

33
// Tests for AST of sycl_type() attribute
44

clang/test/SemaSYCL/sycl-type-attr.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
// Diagnostic tests for sycl_type() attribute
44

5-
#include "sycl.hpp"
6-
75
// expected-error@+1{{'sycl_type' attribute only applies to classes}}
86
[[__sycl_detail__::sycl_type(accessor)]] int a;
97

0 commit comments

Comments
 (0)