From 1f3866629fcb6eac2db8b6462404a088e5fe3860 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 14 Jul 2009 06:31:26 +0000 Subject: [PATCH] Updated filter after the modification of Valgrind's startup message in r10447. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10448 --- tests/filter_stderr_basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filter_stderr_basic b/tests/filter_stderr_basic index 227f1c74d..a7b2e7413 100755 --- a/tests/filter_stderr_basic +++ b/tests/filter_stderr_basic @@ -23,7 +23,7 @@ sed "/^WARNING: assuming toc 0x*/d" | sed "/^Using valgrind-.*, a dynamic binary instrumentation framework/ , /./ d" | # ... and also remove the "Using LibVEX..." line and the one after it. -sed "/^Using LibVEX rev .*, a library for dynamic binary translation/ , /./ d" | +sed "/^Using LibVEX, a library for dynamic binary translation/ , /./ d" | # Remove other introductory lines sed "/Estimated CPU clock rate is [0-9]* MHz/d" |