| Index: tests_lit/reader_tests/insertextract-err.ll
|
| diff --git a/tests_lit/reader_tests/insertextract-err.ll b/tests_lit/reader_tests/insertextract-err.ll
|
| index 5e183bf2a4239038df35527629d14ab7808e04e6..9902c26526f26493b775a57524c8b8def6107536 100644
|
| --- a/tests_lit/reader_tests/insertextract-err.ll
|
| +++ b/tests_lit/reader_tests/insertextract-err.ll
|
| @@ -2,8 +2,7 @@
|
| ; errors when malformed. Note: We can only test literal indexing since
|
| ; llvm-as will not allow other bad forms of these instructions.
|
|
|
| -; RUN: llvm-as < %s | pnacl-freeze \
|
| -; RUN: | not %llvm2ice -notranslate -build-on-read \
|
| +; RUN: llvm-as < %s | pnacl-freeze | not %llvm2ice -notranslate \
|
| ; RUN: -allow-pnacl-reader-error-recovery | FileCheck %s
|
|
|
| define void @ExtractV4xi1(<4 x i1> %v, i32 %i) {
|
|
|