diff options
Diffstat (limited to 'llvm/test/MC/ELF/section-sym-err2.s')
-rw-r--r-- | llvm/test/MC/ELF/section-sym-err2.s | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/MC/ELF/section-sym-err2.s b/llvm/test/MC/ELF/section-sym-err2.s deleted file mode 100644 index 27d8e9a..0000000 --- a/llvm/test/MC/ELF/section-sym-err2.s +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t.o 2>&1 | FileCheck %s - -foo: -.section foo - -// CHECK: error: invalid symbol redefinition |