[lld-macho] Fix no-filelist test on Windows
authorJez Ng <jezng@fb.com>
Tue, 28 Jul 2020 18:04:43 +0000 (11:04 -0700)
committerJez Ng <jezng@fb.com>
Tue, 28 Jul 2020 18:04:43 +0000 (11:04 -0700)
lld/test/MachO/invalid/no-filelist.s

index fb80185..980814c 100644 (file)
@@ -1,7 +1,7 @@
 # REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
 # RUN: not lld -flavor darwinnew -Z -filelist nonexistent %t.o -o %t 2>&1 | FileCheck %s
-# CHECK: cannot open nonexistent: No such file or directory
+# CHECK: cannot open nonexistent: {{N|n}}o such file or directory
 
 .globl _main