| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| index e36c93d50cc66f4c595ab3d43a66b546e968eac3..916e90f92de3faadd055daf67a87a88993dcd63f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| @@ -28,6 +28,7 @@ import xcodeproj
|
|
|
|
|
| class TestErrorHandler(object):
|
| +
|
| """Error handler for XcodeProjectFileChecker unittests"""
|
|
|
| def __init__(self, handler):
|
| @@ -42,6 +43,7 @@ class TestErrorHandler(object):
|
|
|
|
|
| class XcodeProjectFileCheckerTest(unittest.TestCase):
|
| +
|
| """Tests XcodeProjectFileChecker class."""
|
|
|
| def assert_no_error(self, lines):
|
|
|