forked from OSchip/llvm-project
Use # instead of // for comments in a test.
The test was using both // and # before. llvm-svn: 321049
This commit is contained in:
parent
4314f3adc2
commit
4e125de4a6
|
@ -18,7 +18,7 @@ _start:
|
|||
bx lr
|
||||
.fnend
|
||||
|
||||
// CHECK: Contents of section .ARM.exidx:
|
||||
// 1000 + 1000 = 0x2000 = _start
|
||||
// 1008 + 0ffc = 0x2004 = _start + sizeof(_start)
|
||||
// CHECK-NEXT: 1000 00100000 01000000 fc0f0000 01000000
|
||||
# CHECK: Contents of section .ARM.exidx:
|
||||
# 1000 + 1000 = 0x2000 = _start
|
||||
# 1008 + 0ffc = 0x2004 = _start + sizeof(_start)
|
||||
# CHECK-NEXT: 1000 00100000 01000000 fc0f0000 01000000
|
||||
|
|
Loading…
Reference in New Issue