Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tests_lit/asan_tests/globalredzones.ll

Issue 2068593003: Implemented linking to a dummy ASan runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fixed a python comment Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698