diff options
Diffstat (limited to 'test/MC/AsmParser/x86_operands.s')
-rw-r--r-- | test/MC/AsmParser/x86_operands.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/x86_operands.s b/test/MC/AsmParser/x86_operands.s index 1d31097..c6f886b 100644 --- a/test/MC/AsmParser/x86_operands.s +++ b/test/MC/AsmParser/x86_operands.s @@ -1,6 +1,6 @@ // FIXME: Actually test that we get the expected results. -// RUN: llvm-mc -triple i386-unknown-unknown %s > %t +// RUN: llvm-mc -triple i386-unknown-unknown %s > %t 2> %t2 # Immediates push $1 |