[LLD] Fix testcase from SVN r372843 if executed on windows

This should fix buildbot errors like this one:
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/10997

llvm-svn: 372852
This commit is contained in:
Martin Storsjo 2019-09-25 12:07:50 +00:00
parent 0ba85fdb4f
commit c4046ff04d
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
# RUN: not lld-link /lldmingw /out:%t.exe %t.o /entry:entry 2>&1 | FileCheck %s
# CHECK: error: undefined symbol: bar()
# CHECK-NEXT: >>> referenced by /path/to/src/undef.cpp:17
# CHECK-NEXT: >>> referenced by /path/to/src{{[/\\]}}undef.cpp:17
# CHECK-NEXT: >>> {{.*}}.o:(entry)
# CHECK-EMPTY:
# CHECK-NEXT: error: undefined symbol: foo()
# CHECK-NEXT: >>> referenced by /path/to/src/undef.cpp:7
# CHECK-NEXT: >>> referenced by /path/to/src{{[/\\]}}undef.cpp:7
# CHECK-NEXT: >>> {{.*}}.o:(A::afunc())
.text