]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated filter after the modification of Valgrind's startup message in r10447.
authorBart Van Assche <bvanassche@acm.org>
Tue, 14 Jul 2009 06:31:26 +0000 (06:31 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 14 Jul 2009 06:31:26 +0000 (06:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10448

tests/filter_stderr_basic

index 227f1c74d80517ce5f81a7953554d347a422e594..a7b2e7413c9d3b8ed4eb66404a430e0969dde562 100755 (executable)
@@ -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" |