diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 13:39:15 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-08-04 13:39:15 +0000 |
| commit | cad9e7f094df054e69101562d0aa618fd2fdb488 (patch) | |
| tree | 2a306c41238ec887e174d2e9526bbf4f7e4da422 /llvm/test/MC/ELF/n_bytes.s | |
| parent | d7facaf37169a5012c12b5755973dfdeaecb7693 (diff) | |
| download | bcm5719-llvm-cad9e7f094df054e69101562d0aa618fd2fdb488.tar.gz bcm5719-llvm-cad9e7f094df054e69101562d0aa618fd2fdb488.zip | |
Don't print a counter in hex.
llvm-svn: 136869
Diffstat (limited to 'llvm/test/MC/ELF/n_bytes.s')
| -rw-r--r-- | llvm/test/MC/ELF/n_bytes.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/n_bytes.s b/llvm/test/MC/ELF/n_bytes.s index 59d67bfa71f..ec5816ddcd9 100644 --- a/llvm/test/MC/ELF/n_bytes.s +++ b/llvm/test/MC/ELF/n_bytes.s @@ -5,7 +5,7 @@ .8byte 42, 1, 2, 3 .int 42, 1, 2, 3 -// CHECK: # Section 0x00000001 +// CHECK: # Section 1 // CHECK-NEXT: (('sh_name', 0x00000001) # '.text' // CHECK-NEXT: ('sh_type', 0x00000001) // CHECK-NEXT: ('sh_flags', 0x00000006) |

