diff options
Diffstat (limited to 'tools/checker_test.py')
-rwxr-xr-x | tools/checker_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checker_test.py b/tools/checker_test.py index 9b04ab0d91..9bdd0ad2b9 100755 --- a/tools/checker_test.py +++ b/tools/checker_test.py @@ -23,7 +23,7 @@ import unittest # The parent type of exception expected to be thrown by Checker during tests. # It must be specific enough to not cover exceptions thrown due to actual flaws -# in Checker.. +# in Checker. CheckerException = SystemExit |