diff options
-rw-r--r-- | test/MC/AsmParser/2011-09-06-NoNewline.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s index 7ecaf688ea..e4450f98e5 100644 --- a/test/MC/AsmParser/2011-09-06-NoNewline.s +++ b/test/MC/AsmParser/2011-09-06-NoNewline.s @@ -1,6 +1,6 @@ -// RUN: llvm-mc %s +// RUN: llvm-mc -triple i386-unknown-unknown %s movl %gs:8, %eax -// RUN: llvm-mc %s +// RUN: llvm-mc -triple i386-unknown-unknown %s movl %gs:8, %eax -// RUN: llvm-mc %s +// RUN: llvm-mc -triple i386-unknown-unknown %s movl %gs:8, %eax
\ No newline at end of file |