| Index: tests_lit/reader_tests/casts.ll
|
| diff --git a/tests_lit/reader_tests/casts.ll b/tests_lit/reader_tests/casts.ll
|
| index 2346bec1059505918f833e0772e5e8a0c3674265..26dc8b74e77c898efd18e35939c1ca4de37c8ef5 100644
|
| --- a/tests_lit/reader_tests/casts.ll
|
| +++ b/tests_lit/reader_tests/casts.ll
|
| @@ -1,9 +1,6 @@
|
| ; Tests if we can read cast operations.
|
|
|
| -; RUN: llvm-as < %s | pnacl-freeze \
|
| -; RUN: | %llvm2ice -notranslate -verbose=inst -build-on-read \
|
| -; RUN: -allow-pnacl-reader-error-recovery \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --insts --no-local-syms | FileCheck %s
|
|
|
| ; TODO(kschimpf) Find way to test pointer conversions (since they in general
|
| ; get removed by pnacl-freeze).
|
|
|