summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/scopes-cfg-output.cpp
diff options
context:
space:
mode:
authorMaxim Ostapenko <chefmax7@gmail.com>2018-03-12 13:07:54 +0000
committerMaxim Ostapenko <chefmax7@gmail.com>2018-03-12 13:07:54 +0000
commitd24f7665ac33f8c6c09ba2256c4a8c6881cb0ec2 (patch)
tree27b9dcdb21d1cba581a21cead6db63a3714b5893 /clang/test/Analysis/scopes-cfg-output.cpp
parent73a699e5925b1294ef9db1902b8eb840ef86443f (diff)
downloadbcm5719-llvm-d24f7665ac33f8c6c09ba2256c4a8c6881cb0ec2.tar.gz
bcm5719-llvm-d24f7665ac33f8c6c09ba2256c4a8c6881cb0ec2.zip
[analyzer] Trying to fix buildbots after r327258
llvm-svn: 327263
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