summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/exprs.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/exprs.s')
-rw-r--r--test/MC/AsmParser/exprs.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/AsmParser/exprs.s b/test/MC/AsmParser/exprs.s
index 20de3a5..5fa4a37 100644
--- a/test/MC/AsmParser/exprs.s
+++ b/test/MC/AsmParser/exprs.s
@@ -1,8 +1,8 @@
-// FIXME: For now this test just checks that llvm-mc works. Once we have .macro,
+// FIXME: For now this test just checks that llvm-mc -triple i386-unknown-unknown works. Once we have .macro,
// .if, and .abort we can write a better test (without resorting to miles of
// greps).
-// RUN: llvm-mc %s > %t
+// RUN: llvm-mc -triple i386-unknown-unknown %s > %t
.text
g:
@@ -59,4 +59,4 @@ m:
n:
nop
- \ No newline at end of file
+
OpenPOWER on IntegriCloud