diff options
Diffstat (limited to 'test/ELF/no-obj.s')
-rw-r--r-- | test/ELF/no-obj.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/no-obj.s b/test/ELF/no-obj.s index 68e9979e3ede1..eea10a45d8795 100644 --- a/test/ELF/no-obj.s +++ b/test/ELF/no-obj.s @@ -2,7 +2,7 @@ // RUN: llvm-ar rcs %t.a %t.o // RUN: not ld.lld -o %t2 -u _start %t.a 2>&1 | FileCheck %s -// CHECK: -m or at least a .o file required +// CHECK: target emulation unknown: -m or at least one .o file required .global _start _start: |