From: Maxim Ostapenko Date: Mon, 12 Mar 2018 13:44:19 +0000 (+0000) Subject: [analyzer] Trying to fix Windows buildbots after r327258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f1bb770ad5a800381b264e80e3fde83071d0203;p=clang [analyzer] Trying to fix Windows buildbots after r327258 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327270 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/scopes-cfg-output.cpp b/test/Analysis/scopes-cfg-output.cpp index e5c484b92a..28dde45917 100644 --- a/test/Analysis/scopes-cfg-output.cpp +++ b/test/Analysis/scopes-cfg-output.cpp @@ -837,7 +837,7 @@ void test_for_compound_and_break() { // CHECK-NEXT: 4: *[B4.3] // CHECK-NEXT: 5: auto &i = *__begin1; // CHECK-NEXT: 6: operator= -// CHECK-NEXT: 7: [B4.6] (ImplicitCastExpr, FunctionToPointerDecay, class A &(*)(const class A &) noexcept) +// CHECK-NEXT: 7: [B4.6] (ImplicitCastExpr, FunctionToPointerDecay, class A &(*)(const class A &) // CHECK-NEXT: 8: i // CHECK-NEXT: 9: b // CHECK-NEXT: 10: [B4.9] (ImplicitCastExpr, NoOp, const class A)