summaryrefslogtreecommitdiffstats
path: root/tools/checker_test.py
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2015-01-09 19:21:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-09 19:21:16 +0000
commitb9b26e1b036308e18113e37dfa5b81a64d1a7bd4 (patch)
treeb52037e9bf3fa33ddb2511cae9e7c2dde98434e1 /tools/checker_test.py
parentf16344c79d3902460c05dd0e62f157e766ed1e0e (diff)
parent48942de205db678a1a74d953ae3288937b26834d (diff)
downloadandroid_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-xtools/checker_test.py2
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