aboutsummaryrefslogtreecommitdiff
path: root/crosperf/flag_test_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/flag_test_unittest.py')
-rwxr-xr-xcrosperf/flag_test_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/flag_test_unittest.py b/crosperf/flag_test_unittest.py
index 9f2a7136..0e743274 100755
--- a/crosperf/flag_test_unittest.py
+++ b/crosperf/flag_test_unittest.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python2
#
# Copyright 2014 Google Inc. All Rights Reserved.
-
"""The unittest of flags."""
from __future__ import print_function
@@ -12,6 +11,7 @@ import unittest
class FlagTestCase(unittest.TestCase):
"""The unittest class."""
+
def test_test_flag(self):
# Verify that test_flag.is_test exists, that it is a list,
# and that it contains 1 element.