From: Erich Keane Date: Mon, 23 Sep 2019 14:12:13 +0000 (+0000) Subject: Fix test atomic-expr.cpp after R372422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16417b373eb02474fff6d37cc60e77d4fdb2180d;p=clang Fix test atomic-expr.cpp after R372422 The test tried to match a path in a printout by doing '^:' which failed on windows, since C:\... is a path. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372611 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/AST/atomic-expr.cpp b/test/AST/atomic-expr.cpp index 34b51fabc8..550b8d186c 100644 --- a/test/AST/atomic-expr.cpp +++ b/test/AST/atomic-expr.cpp @@ -9,7 +9,7 @@ void useage(){ pr43370(); } -// CHECK:FunctionTemplateDecl 0x{{[0-9a-f]+}} <{{[^:]+}}:3:1, line:7:1> line:4:6 pr43370 +// CHECK:FunctionTemplateDecl 0x{{[0-9a-f]+}} <{{[^,]+}}, line:7:1> line:4:6 pr43370 // CHECK: AtomicExpr // CHECK-NEXT: ImplicitCastExpr // CHECK-SAME: