Skip to content

Commit 891481e

Browse files
committed
[OpenACC] Add missing 'check' line to update-construct-ast test.
I must have deleted this by accident, and my local run's address managed to have a '1' in the address, so it didn't catch it! This corrects the test.
1 parent 5e9e1ff commit 891481e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/SemaOpenACC/update-construct-ast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ void TemplFunc(T t) {
253253
// CHECK-NEXT: ArraySectionExpr
254254
// CHECK-NEXT: ImplicitCastExpr
255255
// CHECK-NEXT: DeclRefExpr{{.*}} 'LocalArray' 'decltype(SomeStruct::value)[5]'
256+
// CHECK-NEXT: IntegerLiteral{{.*}}0
256257
// CHECK-NEXT: IntegerLiteral{{.*}}1
257258
}
258259

0 commit comments

Comments
 (0)