Use # instead of // for comments in a test.

The test was using both // and # before.

llvm-svn: 321049
This commit is contained in:
Rafael Espindola 2017-12-19 00:53:06 +00:00
parent 4314f3adc2
commit 4e125de4a6
1 changed files with 4 additions and 4 deletions

View File

@ -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