| Index: tests_lit/asan_tests/realloc_shrink.ll
|
| diff --git a/tests_lit/asan_tests/realloc_shrink.ll b/tests_lit/asan_tests/realloc_shrink.ll
|
| index 599a6cf7dd62f8aca79bca024330801c1123efca..c76ace1d17a7e346d31e1a261be65afc3ba2e833 100644
|
| --- a/tests_lit/asan_tests/realloc_shrink.ll
|
| +++ b/tests_lit/asan_tests/realloc_shrink.ll
|
| @@ -3,7 +3,7 @@
|
| ; REQUIRES: no_minimal_build
|
|
|
| ; RUN: llvm-as %s -o - | pnacl-freeze > %t.pexe && %S/../../pydir/szbuild.py \
|
| -; RUN: --fsanitize-address --sz="-allow-externally-defined-symbols" \
|
| +; RUN: --fsanitize-address --sz=-allow-externally-defined-symbols \
|
| ; RUN: %t.pexe -o %t && %t 2>&1 | FileCheck %s
|
|
|
|
|
|
|