| Index: tests_lit/parse_errs/insertextract-err.ll
|
| diff --git a/tests_lit/parse_errs/insertextract-err.ll b/tests_lit/parse_errs/insertextract-err.ll
|
| index e20e114b17968a884add5dbeee02affecbb7728d..206067ae343406cc0d28f4c221286d4f2a9e9c40 100644
|
| --- a/tests_lit/parse_errs/insertextract-err.ll
|
| +++ b/tests_lit/parse_errs/insertextract-err.ll
|
| @@ -2,13 +2,13 @@
|
|
|
| ; RUN: %if --need=allow_dump --command llvm-as < %s \
|
| ; RUN: | %if --need=allow_dump --command pnacl-freeze \
|
| -; RUN: | %if --need=allow_dump --command not %llvm2ice -notranslate \
|
| +; RUN: | %if --need=allow_dump --command not %pnacl_sz -notranslate \
|
| ; RUN: -build-on-read -allow-pnacl-reader-error-recovery \
|
| ; RUN: | %if --need=allow_dump --command FileCheck %s
|
|
|
| ; RUN: %if --need=no_dump --command llvm-as < %s \
|
| ; RUN: | %if --need=no_dump --command pnacl-freeze \
|
| -; RUN: | %if --need=no_dump --command not %llvm2ice -notranslate \
|
| +; RUN: | %if --need=no_dump --command not %pnacl_sz -notranslate \
|
| ; RUN: -build-on-read -allow-pnacl-reader-error-recovery \
|
| ; RUN: | %if --need=no_dump --command FileCheck %s --check-prefix=MIN
|
|
|
|
|