diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-02-26 08:25:47 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-02-26 08:25:47 +0100 |
commit | 3228deff400a88ae752e86805c76c53ca1476acf (patch) | |
tree | 35024d81f1345ecc1710cdfb469da782a8c69328 /tests/valgrind.supp | |
parent | e9665e9658307894e75b5037ab31809a026c891e (diff) | |
download | curl-3228deff400a88ae752e86805c76c53ca1476acf.tar.gz |
valgrind.supp: tweaked a test 165 suppression
A recent change seems to have slightly changed the call stack
produced by the gcc optimizer.
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r-- | tests/valgrind.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index be0cbe21c..472681dcd 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -67,7 +67,7 @@ fun:multi_runsingle fun:curl_multi_perform fun:easy_perform - fun:operate_do + fun:operate_do.isra.0 fun:operate fun:main } |