Index: tests_lit/llvm2ice_tests/return-int-arg.ll |
diff --git a/tests_lit/llvm2ice_tests/return-int-arg.ll b/tests_lit/llvm2ice_tests/return-int-arg.ll |
index 66f6a3bdd07d16f849e615433763dc07aae832bf..1e2d8b253177afb4d134cba8c094c58ff4808b79 100644 |
--- a/tests_lit/llvm2ice_tests/return-int-arg.ll |
+++ b/tests_lit/llvm2ice_tests/return-int-arg.ll |
@@ -1,6 +1,8 @@ |
; RUIN: %llvm2ice -verbose inst %s | FileCheck %s |
; RUIN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s |
-; RUN: %szdiff --llvm2ice=%llvm2ice %s | FileCheck --check-prefix=DUMP %s |
+; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s |
+; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \ |
+; RUN: | FileCheck --check-prefix=DUMP %s |
define i32 @func_single_arg(i32 %a) { |
; CHECK: define i32 @func_single_arg |