summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_space.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/AsmParser/directive_space.s')
-rw-r--r--llvm/test/MC/AsmParser/directive_space.s7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/test/MC/AsmParser/directive_space.s b/llvm/test/MC/AsmParser/directive_space.s
index a897654c07c..e6353a4af4d 100644
--- a/llvm/test/MC/AsmParser/directive_space.s
+++ b/llvm/test/MC/AsmParser/directive_space.s
@@ -1,12 +1,11 @@
-# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+# RUN: llvm-mc -triple i386-apple-darwin %s | FileCheck %s
# CHECK: TEST0:
-# CHECK: .byte 0
+# CHECK: .space 1
TEST0:
.space 1
# CHECK: TEST1:
-# CHECK: .byte 3
-# CHECK: .byte 3
+# CHECK: .space 2,3
TEST1:
.space 2, 3
OpenPOWER on IntegriCloud