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.

llvm-svn: 372611
This commit is contained in:
Erich Keane 2019-09-23 14:12:13 +00:00
parent e53a724dd0
commit a957eaad00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ void useage(){
pr43370(); 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: AtomicExpr
// CHECK-NEXT: ImplicitCastExpr // CHECK-NEXT: ImplicitCastExpr
// CHECK-SAME: <ArrayToPointerDecay> // CHECK-SAME: <ArrayToPointerDecay>