| 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 9755e21a28091f24625ec377ee0e5f9ad29447cc..5ad603eedadddea96df4c56c45178e1376603e79 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.
|
| ; REQUIRES: allow_llvm_ir_as_input
|
| ; RUN: %lc2i -i %s --args --verbose inst | FileCheck %s
|
| -; RUN: %lc2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s
|
|
|
| define internal i32 @compute_important_function(i32 %v1, i32 %v2) {
|
| entry:
|
| @@ -49,5 +48,3 @@ entry:
|
| ; CHECK: %sub12 = sub i32 %sub, %mul11
|
| ; CHECK-NEXT: ret i32 %sub12
|
| }
|
| -
|
| -; ERRORS-NOT: ICE translation error
|
|
|