diff options
author | Ravi Shankar <wafflespeanut@gmail.com> | 2016-06-15 23:26:07 +0530 |
---|---|---|
committer | Ravi Shankar <wafflespeanut@gmail.com> | 2016-06-16 00:07:21 +0530 |
commit | dfe32b0adad4b65dd6dc3cb5c58a4c78491b23ae (patch) | |
tree | e218e45678ab118646515b934dd157276a096ca1 /python/tidy/servo_tidy_tests/test_tidy.py | |
parent | 033786cd0dd0f74b5e2974aa67e000b832f17d17 (diff) | |
download | servo-dfe32b0adad4b65dd6dc3cb5c58a4c78491b23ae.tar.gz servo-dfe32b0adad4b65dd6dc3cb5c58a4c78491b23ae.zip |
Removed unused function and minor cleanup
Diffstat (limited to 'python/tidy/servo_tidy_tests/test_tidy.py')
-rw-r--r-- | python/tidy/servo_tidy_tests/test_tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy_tests/test_tidy.py b/python/tidy/servo_tidy_tests/test_tidy.py index 4b271ce993c..dbbc77c9e23 100644 --- a/python/tidy/servo_tidy_tests/test_tidy.py +++ b/python/tidy/servo_tidy_tests/test_tidy.py @@ -79,7 +79,7 @@ class CheckTidiness(unittest.TestCase): self.assertNoMoreErrors(errors) def test_spec_link(self): - tidy.spec_base_path = base_path + tidy.SPEC_BASE_PATH = base_path errors = tidy.collect_errors_for_files(iterFile('speclink.rs'), [], [tidy.check_spec], print_text=False) self.assertEqual('method declared in webidl is missing a comment with a specification link', errors.next()[2]) self.assertNoMoreErrors(errors) |