summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/compound-literal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaCXX/compound-literal.cpp')
-rw-r--r--clang/test/SemaCXX/compound-literal.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/test/SemaCXX/compound-literal.cpp b/clang/test/SemaCXX/compound-literal.cpp
index 8ef3f2c9305..353be2cf48e 100644
--- a/clang/test/SemaCXX/compound-literal.cpp
+++ b/clang/test/SemaCXX/compound-literal.cpp
@@ -36,10 +36,11 @@ namespace brace_initializers {
POD p = (POD){1, 2};
// CHECK-NOT: CXXBindTemporaryExpr {{.*}} 'brace_initializers::POD'
- // CHECK: ConstantExpr {{.*}} 'brace_initializers::POD'
- // CHECK-NEXT: CompoundLiteralExpr {{.*}} 'brace_initializers::POD'
+ // CHECK: CompoundLiteralExpr {{.*}} 'brace_initializers::POD'
// CHECK-NEXT: InitListExpr {{.*}} 'brace_initializers::POD'
+ // CHECK-NEXT: ConstantExpr {{.*}}
// CHECK-NEXT: IntegerLiteral {{.*}} 1{{$}}
+ // CHECK-NEXT: ConstantExpr {{.*}}
// CHECK-NEXT: IntegerLiteral {{.*}} 2{{$}}
void test() {
OpenPOWER on IntegriCloud