forked from OSchip/llvm-project
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:
parent
e53a724dd0
commit
a957eaad00
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue