Skip to content

Commit d4581c3

Browse files
committed
remove duplicate comments from tests
Signed-off-by: Soumi Manna <soumi.manna@intel.com>
1 parent caa783e commit d4581c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/SemaSYCL/intel-max-global-work-dim-device.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ int main() {
9494
h.single_task<class test_kernel5>(TRIFuncObjGood2());
9595
// CHECK-LABEL: FunctionDecl {{.*}}test_kernel5
9696
// CHECK: ReqdWorkGroupSizeAttr {{.*}}
97-
// // CHECK-NEXT: IntegerLiteral{{.*}}4{{$}}
97+
// CHECK-NEXT: IntegerLiteral{{.*}}4{{$}}
9898
// CHECK-NEXT: IntegerLiteral{{.*}}1{{$}}
9999
// CHECK-NEXT: IntegerLiteral{{.*}}1{{$}}
100100
// CHECK: SYCLIntelMaxWorkGroupSizeAttr {{.*}}
101-
// // CHECK-NEXT: IntegerLiteral{{.*}}8{{$}}
101+
// CHECK-NEXT: IntegerLiteral{{.*}}8{{$}}
102102
// CHECK-NEXT: IntegerLiteral{{.*}}1{{$}}
103103
// CHECK-NEXT: IntegerLiteral{{.*}}1{{$}}
104104
// CHECK: SYCLIntelMaxGlobalWorkDimAttr {{.*}}

0 commit comments

Comments
 (0)