diff options
Diffstat (limited to 'llvm/test/MC/COFF/weak-alias-local.s')
-rw-r--r-- | llvm/test/MC/COFF/weak-alias-local.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/weak-alias-local.s b/llvm/test/MC/COFF/weak-alias-local.s index 01f2ac390a5..e14d319d7e3 100644 --- a/llvm/test/MC/COFF/weak-alias-local.s +++ b/llvm/test/MC/COFF/weak-alias-local.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s -o %t.o -// RUN: llvm-readobj -t %t.o | FileCheck %s +// RUN: llvm-readobj --symbols %t.o | FileCheck %s // test that we create an external symbol for a to point to. |