diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll b/llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll index c7bcc5450b0..42db5fe93fc 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit %s test +; RUN: %lli %s test declare i32 @puts(i8*) |

