commit | 48942de205db678a1a74d953ae3288937b26834d | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Jan 07 21:19:50 2015 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Fri Jan 09 19:18:19 2015 +0000 |
tree | b13d575581c2101a62a111e316bc9aa9f9a9fccf | |
parent | 7e1a34386368d2bb3dc89bf5aa0519cafc326095 [diff] [blame] |
ART: Added comments, fixed typos in Checker Change-Id: I1ff12940035845c1a586d4df826efc794088bdc9
diff --git a/tools/checker_test.py b/tools/checker_test.py index 9b04ab0..9bdd0ad 100755 --- a/tools/checker_test.py +++ b/tools/checker_test.py
@@ -23,7 +23,7 @@ # 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