Index: tests_lit/llvm2ice_tests/struct-arith.pnacl.ll |
diff --git a/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll b/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll |
index 96482dff49c361ab3c1529fa2f769a94aeeaabfa..ac75e9292a66820c4363bc2c5a8e2627904551a4 100644 |
--- a/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll |
+++ b/tests_lit/llvm2ice_tests/struct-arith.pnacl.ll |
@@ -4,7 +4,6 @@ |
; TODO(kschimpf) Find out why lc2i is needed. |
; RUN: %lc2i -i %s --args --verbose inst | FileCheck %s |
; RUN: %lc2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
-; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
define internal i32 @compute_important_function(i32 %v1, i32 %v2) { |
entry: |
@@ -51,4 +50,3 @@ entry: |
} |
; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |