summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/scopes-cfg-output.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/scopes-cfg-output.cpp')
-rw-r--r--clang/test/Analysis/scopes-cfg-output.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/scopes-cfg-output.cpp b/clang/test/Analysis/scopes-cfg-output.cpp
index 86624bd5bb7..e5c484b92ae 100644
--- a/clang/test/Analysis/scopes-cfg-output.cpp
+++ b/clang/test/Analysis/scopes-cfg-output.cpp
@@ -854,9 +854,9 @@ void test_for_compound_and_break() {
// CHECK-NEXT: 6: CFGScopeBegin(__end1)
// CHECK-NEXT: 7: __range1
// CHECK-NEXT: 8: [B5.7] (ImplicitCastExpr, ArrayToPointerDecay, class A *)
-// CHECK-NEXT: 9: 10L
+// CHECK-NEXT: 9: 10
// CHECK-NEXT: 10: [B5.8] + [B5.9]
-// CHECK-NEXT: 11: auto __end1 = __range1 + 10L;
+// CHECK-NEXT: 11: auto __end1 = __range1 + 10
// CHECK-NEXT: 12: __range1
// CHECK-NEXT: 13: [B5.12] (ImplicitCastExpr, ArrayToPointerDecay, class A *)
// CHECK-NEXT: 14: auto __begin1 = __range1;
OpenPOWER on IntegriCloud