diff options
-rw-r--r-- | test/MC/ELF/many-section.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/MC/ELF/many-section.s b/test/MC/ELF/many-section.s index c5ef90f..e7e723a 100644 --- a/test/MC/ELF/many-section.s +++ b/test/MC/ELF/many-section.s @@ -1,9 +1,8 @@ // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t // RUN: llvm-nm %t | FileCheck %s -// CHECK: U -// CHECK-NOT: U // CHECK: s000a +// CHECK-NOT: U // CHECK: szzzb .section saaaa |