diff options
author | David Brazdil <dbrazdil@google.com> | 2015-01-09 19:21:16 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-09 19:21:16 +0000 |
commit | b9b26e1b036308e18113e37dfa5b81a64d1a7bd4 (patch) | |
tree | b52037e9bf3fa33ddb2511cae9e7c2dde98434e1 /tools/checker_test.py | |
parent | f16344c79d3902460c05dd0e62f157e766ed1e0e (diff) | |
parent | 48942de205db678a1a74d953ae3288937b26834d (diff) | |
download | android_art-b9b26e1b036308e18113e37dfa5b81a64d1a7bd4.tar.gz android_art-b9b26e1b036308e18113e37dfa5b81a64d1a7bd4.tar.bz2 android_art-b9b26e1b036308e18113e37dfa5b81a64d1a7bd4.zip |
Merge "ART: Added comments, fixed typos in Checker"
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 |