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:
Amy Huang 2019-10-10 23:35:53 +00:00
parent 9280d6c178
commit c9428a04fc
1 changed files with 2 additions and 2 deletions

View File

@ -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