aboutsummaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/macros-gas.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/macros-gas.s')
-rw-r--r--test/MC/AsmParser/macros-gas.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/AsmParser/macros-gas.s b/test/MC/AsmParser/macros-gas.s
index d907a2517f8c..b88058ec7feb 100644
--- a/test/MC/AsmParser/macros-gas.s
+++ b/test/MC/AsmParser/macros-gas.s
@@ -39,10 +39,10 @@ test3 1, 2 3
.ascii "\_a \_b \_c"
.endm
-// CHECK: .ascii "1 (23) "
+// CHECK: .ascii "1 (2 3) "
test3_prime 1, (2 3)
-// CHECK: .ascii "1 (23) "
+// CHECK: .ascii "1 (2 3) "
test3_prime 1 (2 3)
// CHECK: .ascii "1 2 "