aboutsummaryrefslogtreecommitdiff
path: root/bestflags/task_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/task_test.py')
-rw-r--r--bestflags/task_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bestflags/task_test.py b/bestflags/task_test.py
index a40e4ad4..68a7bf78 100644
--- a/bestflags/task_test.py
+++ b/bestflags/task_test.py
@@ -1,7 +1,6 @@
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
"""Task unittest.
Part of the Chrome build flags optimization.
@@ -170,5 +169,6 @@ class TaskTest(unittest.TestCase):
assert work_task.Done(task.TEST_STAGE)
assert work_task.Done(task.BUILD_STAGE)
+
if __name__ == '__main__':
unittest.main()