diff options
Diffstat (limited to 'llvm/test/MC/AsmParser/directive_ascii.s')
-rw-r--r-- | llvm/test/MC/AsmParser/directive_ascii.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/AsmParser/directive_ascii.s b/llvm/test/MC/AsmParser/directive_ascii.s index 9f21e8cee35..67fcde3ef50 100644 --- a/llvm/test/MC/AsmParser/directive_ascii.s +++ b/llvm/test/MC/AsmParser/directive_ascii.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc %s | FileCheck %s +# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s # CHECK: TEST0: TEST0: @@ -21,4 +21,4 @@ TEST2: TEST3: .asciz "B", "C" -
\ No newline at end of file + |