diff options
Diffstat (limited to 'llvm/test/MC/AsmParser/comments-x86-darwin.s')
| -rw-r--r-- | llvm/test/MC/AsmParser/comments-x86-darwin.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/AsmParser/comments-x86-darwin.s b/llvm/test/MC/AsmParser/comments-x86-darwin.s index e201f48b1d7..5a873495ce6 100644 --- a/llvm/test/MC/AsmParser/comments-x86-darwin.s +++ b/llvm/test/MC/AsmParser/comments-x86-darwin.s @@ -1,7 +1,7 @@ // RUN: llvm-mc -triple x86_64-apple-darwin %s 2>&1 | FileCheck %s # ensure that single '#' comments are worink as expected on x86 darwin -.align 3 # test single hash after align -// CHECK: .align 3 +.p2align 3 # test single hash after align +// CHECK: .p2align 3 foo: # single hash should be ignored as comment // CHECK-LABEL: foo: movl %esp, %ebp # same after an instruction |

