diff options
author | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2009-08-12 00:14:44 +0000 |
---|---|---|
committer | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2009-08-12 00:14:44 +0000 |
commit | cab64bca3a865a294b2c20f158c8c2182fa4eb7e (patch) | |
tree | 0300dfc0bc825c620cb6766a47f7ae26a7b6ba89 /callgrind | |
parent | b6267bd61a3802bb2a16ef993c94bf834d0e2d2e (diff) |
Update .exp files for r10783.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10784 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'callgrind')
-rwxr-xr-x | callgrind/tests/filter_stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/callgrind/tests/filter_stderr b/callgrind/tests/filter_stderr index f7115f4d..1a58540d 100755 --- a/callgrind/tests/filter_stderr +++ b/callgrind/tests/filter_stderr @@ -5,7 +5,7 @@ dir=`dirname $0` $dir/../../tests/filter_stderr_basic | # Remove "Callgrind, ..." line and the following copyright line. -sed "/^Callgrind, a call-graph generating cache profiler./ , /./ d" | +sed "/^Callgrind, a call-graph generating cache profiler/ , /./ d" | # Remove pointer to callgrind_control sed "/^For interactive control,.*$/d" | |