diff options
Diffstat (limited to 'llvm/test/MC/AArch64/inst-directive.s')
-rw-r--r-- | llvm/test/MC/AArch64/inst-directive.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AArch64/inst-directive.s b/llvm/test/MC/AArch64/inst-directive.s index 6a4b64eeaaf..3bb620f689d 100644 --- a/llvm/test/MC/AArch64/inst-directive.s +++ b/llvm/test/MC/AArch64/inst-directive.s @@ -15,7 +15,7 @@ aarch64_inst: // CHECK-ASM: .globl aarch64_inst // CHECK-ASM: .type aarch64_inst,@function // CHECK-ASM: aarch64_inst: -// CHECK-ASM: .inst 0x5E104020 +// CHECK-ASM: .inst 0x5e104020 // CHECK-OBJ: Section { // CHECK-OBJ: Name: .inst.aarch64_inst |