| Index: tests_lit/asan_tests/globalredzones.ll
|
| diff --git a/tests_lit/asan_tests/globalredzones.ll b/tests_lit/asan_tests/globalredzones.ll
|
| index a4052e70dfc88d6b36990e7b15a600a400a540da..623ce60f0dcfd7b9b3634c5af975f16f1ac6d705 100644
|
| --- a/tests_lit/asan_tests/globalredzones.ll
|
| +++ b/tests_lit/asan_tests/globalredzones.ll
|
| @@ -3,9 +3,9 @@
|
| ; REQUIRES: allow_dump
|
|
|
| ; RUN: %p2i -i %s --args -threads=0 -fsanitize-address \
|
| -; RUN: | %iflc FileCheck %s
|
| +; RUN: | FileCheck %s
|
| ; RUN: %p2i -i %s --args -verbose=global_init,inst -threads=0 \
|
| -; RUN: -fsanitize-address | %iflc FileCheck --check-prefix=DUMP %s
|
| +; RUN: -fsanitize-address | FileCheck --check-prefix=DUMP %s
|
|
|
| ; The array of redzones
|
|
|
|
|