From b0969be4dfbbb81acb34c7d4c38ef158d2c27d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 14 May 2020 13:46:33 +0300 Subject: [PATCH] =?UTF-8?q?[LLD]=C2=A0[COFF]=20Try=20to=20fix=20test=20err?= =?UTF-8?q?ors=20from=207f0e6c31c255303=20on=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- lld/test/COFF/autoimport-x86.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/COFF/autoimport-x86.s b/lld/test/COFF/autoimport-x86.s index 62c57b0fb636..bde6921ff243 100644 --- a/lld/test/COFF/autoimport-x86.s +++ b/lld/test/COFF/autoimport-x86.s @@ -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