diff options
Diffstat (limited to 'test/ELF/zdefs.s')
-rw-r--r-- | test/ELF/zdefs.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ELF/zdefs.s b/test/ELF/zdefs.s index 420f602c41ae..93c61e14ccb6 100644 --- a/test/ELF/zdefs.s +++ b/test/ELF/zdefs.s @@ -2,6 +2,7 @@ # RUN: ld.lld -shared %t.o -o %t1.so # RUN: not ld.lld -z defs -shared %t.o -o %t1.so 2>&1 | FileCheck -check-prefix=ERR %s -# ERR: error: {{.*}}:(.text+0x1): undefined symbol 'foo' +# ERR: error: undefined symbol: foo +# ERR: >>> referenced by {{.*}}:(.text+0x1) callq foo@PLT |