We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3813ab commit f531c26Copy full SHA for f531c26
1 file changed
testsuite/support.py
@@ -37,7 +37,7 @@ def get_file_results(self):
37
self.counters[code] -= 1
38
for code, extra in sorted(self.counters.items()):
39
if code not in self._benchmark_keys:
40
- if extra:
+ if extra and code in self.expected:
41
self.file_errors += 1
42
self.total_errors += 1
43
print('%s: error %s found too many times (+%d)' %
0 commit comments