summaryrefslogtreecommitdiffstats
path: root/tools/checker_test.py
diff options
context:
space:
mode:
authorDavid Brazdil <dbrazdil@google.com>2015-01-07 21:19:50 +0000
committerDavid Brazdil <dbrazdil@google.com>2015-01-09 19:18:19 +0000
commit48942de205db678a1a74d953ae3288937b26834d (patch)
treeb13d575581c2101a62a111e316bc9aa9f9a9fccf /tools/checker_test.py
parent7e1a34386368d2bb3dc89bf5aa0519cafc326095 (diff)
downloadandroid_art-48942de205db678a1a74d953ae3288937b26834d.tar.gz
android_art-48942de205db678a1a74d953ae3288937b26834d.tar.bz2
android_art-48942de205db678a1a74d953ae3288937b26834d.zip
ART: Added comments, fixed typos in Checker
Change-Id: I1ff12940035845c1a586d4df826efc794088bdc9
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