| 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 50db0fa3100aae4416e9b5303e5923dc9897f8ae..565258741ec0ca78bab906ea9f765533733f3221 100644
 | 
| --- a/tests_lit/llvm2ice_tests/int-arg.ll
 | 
| +++ b/tests_lit/llvm2ice_tests/int-arg.ll
 | 
| @@ -5,14 +5,11 @@
 | 
|  ; RUN:   --target x8632 -i %s --args -O2 -allow-externally-defined-symbols \
 | 
|  ; RUN:   | %if --need=target_X8632 --command FileCheck %s
 | 
|  
 | 
| -; TODO(jvoung): Stop skipping unimplemented parts (via --skip-unimplemented)
 | 
| -; once enough infrastructure is in. Also, switch to --filetype=obj
 | 
| -; when possible.
 | 
| -; RUN: %if --need=target_ARM32 --need=allow_dump \
 | 
| -; RUN:   --command %p2i --filetype=asm --assemble \
 | 
| -; RUN:   --disassemble --target arm32 -i %s --args -O2 --skip-unimplemented \
 | 
| +; RUN: %if --need=target_ARM32 \
 | 
| +; RUN:   --command %p2i --filetype=obj \
 | 
| +; RUN:   --disassemble --target arm32 -i %s --args -O2 \
 | 
|  ; RUN:   -allow-externally-defined-symbols \
 | 
| -; RUN:   | %if --need=target_ARM32 --need=allow_dump \
 | 
| +; RUN:   | %if --need=target_ARM32 \
 | 
|  ; RUN:   --command FileCheck --check-prefix ARM32 %s
 | 
|  
 | 
|  ; TODO(RKotler): Stop skipping unimplemented parts (via --skip-unimplemented)
 | 
| 
 |