forked from OSchip/llvm-project
Change test case so that it accepts backslashes in file path, in the case that the test runs on Windows
llvm-svn: 374473
This commit is contained in:
parent
9280d6c178
commit
c9428a04fc
|
@ -13,9 +13,9 @@
|
|||
# OBJ-NEXT: ]
|
||||
|
||||
# ERROR: error: duplicate symbol: main
|
||||
# ERROR-NEXT: >>> defined at reduced.c:2 (/tmp/reduced.c:2)
|
||||
# ERROR-NEXT: >>> defined at reduced.c:2 ({{[/\\]}}tmp{{[/\\]}}reduced.c:2)
|
||||
# ERROR-NEXT: >>>
|
||||
# ERROR-NEXT: >>> defined at reduced.c:2 (/tmp/reduced.c:2)
|
||||
# ERROR-NEXT: >>> defined at reduced.c:2 ({{[/\\]}}tmp{{[/\\]}}reduced.c:2)
|
||||
# ERROR-NEXT: >>>
|
||||
|
||||
.text
|
||||
|
|
Loading…
Reference in New Issue