From 8df66166644e134cb37b830e8eab2a6ca308f116 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 3 Oct 2013 16:58:45 +0000 Subject: [PATCH] fixed typo in parse_test_results.py --- tools/parse_test_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/parse_test_results.py b/tools/parse_test_results.py index 54914ded7..1efd9d17f 100755 --- a/tools/parse_test_results.py +++ b/tools/parse_test_results.py @@ -56,7 +56,7 @@ def style_output(o): 'jump or move depends on uninitialised value(s)' in l or \ 'Invalid read of size' in l or \ 'Invalid write of size' in l or \ - 'Use of uninitialised value of size' in l \ + 'Use of uninitialised value of size' in l or \ 'Uninitialised byte(s) found during' in l: ret += '%s\n' % l elif ': warning: ' in l or ') : warning C' in l \