diff options
Diffstat (limited to 'llvm/test/MC/AArch64/single-slash.s')
| -rw-r--r-- | llvm/test/MC/AArch64/single-slash.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AArch64/single-slash.s b/llvm/test/MC/AArch64/single-slash.s index c5a443001a7..83e87bc95d2 100644 --- a/llvm/test/MC/AArch64/single-slash.s +++ b/llvm/test/MC/AArch64/single-slash.s @@ -2,5 +2,5 @@ // Test that a single slash is not mistaken as the start of comment. -//CHECK: movz x0, #16 +//CHECK: mov x0, #16 movz x0, #(32 / 2) |

