forked from OSchip/llvm-project
[LLD] [COFF] Try to fix test errors from 7f0e6c31c2
on windows
Just skip trying to match for the path separator explicitly (instead of making it match either a forward or backwards slash), simplifying the test a little.
This commit is contained in:
parent
1858953395
commit
b0969be4df
lld/test/COFF
|
@ -49,7 +49,7 @@
|
|||
# the symbol table.
|
||||
# SYMBOLS-NOT: variable
|
||||
|
||||
# DISABLED: error: automatic dllimport of variable in {{.*}}/autoimport-x86.s.tmp.noptrs.obj requires pseudo relocations
|
||||
# DISABLED: error: automatic dllimport of variable in {{.*}}autoimport-x86.s.tmp.noptrs.obj requires pseudo relocations
|
||||
|
||||
.global main
|
||||
.text
|
||||
|
|
Loading…
Reference in New Issue