summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorGabor Buella <gabor.buella@intel.com>2018-07-04 13:28:39 +0000
committerGabor Buella <gabor.buella@intel.com>2018-07-04 13:28:39 +0000
commitda4a966e1c3c0315512e1dfe5cd486722bcc0fbf (patch)
tree2e718fd3ceb9fe5f6e0dbec033a5181559550252 /llvm/test/tools
parentab2b0530d934fbacd6b9bf1dde240b948869b886 (diff)
downloadbcm5719-llvm-da4a966e1c3c0315512e1dfe5cd486722bcc0fbf.tar.gz
bcm5719-llvm-da4a966e1c3c0315512e1dfe5cd486722bcc0fbf.zip
NFC - Various typo fixes in tests
llvm-svn: 336268
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-dwarfdump/X86/debug_line_offset.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/debug_line_offset.test b/llvm/test/tools/llvm-dwarfdump/X86/debug_line_offset.test
index 26a9145b925..8b8c7bcd81c 100644
--- a/llvm/test/tools/llvm-dwarfdump/X86/debug_line_offset.test
+++ b/llvm/test/tools/llvm-dwarfdump/X86/debug_line_offset.test
@@ -3,11 +3,11 @@ RUN: -debug-line=0x0 | FileCheck %s --check-prefix=CHECK-A
CHECK-A: debug_line[0x00000000]
CHECK-A: Address Line Column File ISA Discriminator Flags
-CHECK-A-NET: ------------------ ------ ------ ------ --- ------------- -------------
-CHECK-A-NET: 0x0000000000000000 26 0 1 0 0 is_stmt
-CHECK-A-NET: 0x0000000000000004 27 10 1 0 0 is_stmt prologue_end
-CHECK-A-NET: 0x0000000000000009 27 3 1 0 0
-CHECK-A-NET: 0x0000000000000074 27 3 1 0 0 end_sequence
+CHECK-A-NEXT: ------------------ ------ ------ ------ --- ------------- -------------
+CHECK-A-NEXT: 0x0000000000000000 26 0 1 0 0 is_stmt
+CHECK-A-NEXT: 0x0000000000000004 27 10 1 0 0 is_stmt prologue_end
+CHECK-A-NEXT: 0x0000000000000009 27 3 1 0 0
+CHECK-A-NEXT: 0x0000000000000074 27 3 1 0 0 end_sequence
CHECK-A-NOT: debug_line[0x0000009a]
RUN: llvm-dwarfdump %S/../../dsymutil/Inputs/basic-lto-dw4.macho.x86_64.o \
OpenPOWER on IntegriCloud