| Index: tests_lit/llvm2ice_tests/int-arg.ll
|
| diff --git a/tests_lit/llvm2ice_tests/int-arg.ll b/tests_lit/llvm2ice_tests/int-arg.ll
|
| index 9be4e1ef573d896c4644e3dff4677bb03fe4e1d1..ae4a6ab0daa324e51a93eb4a6ac04b02eeab62ea 100644
|
| --- a/tests_lit/llvm2ice_tests/int-arg.ll
|
| +++ b/tests_lit/llvm2ice_tests/int-arg.ll
|
| @@ -1,8 +1,7 @@
|
| ; This file checks that Subzero generates code in accordance with the
|
| ; calling convention for integers.
|
|
|
| -; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --filetype=obj --disassemble --args -O2 | FileCheck %s
|
|
|
| ; TODO(jvoung): Stop skipping unimplemented parts (via --skip-unimplemented)
|
| ; once enough infrastructure is in. Also, switch to --filetype=obj
|
|
|