| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| index ed388eeb4d15cbad08c8e4f023af4418c0d14cee..c5ff9e5cb4198135dee94e803d7f7d3fbbbf49a6 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| @@ -98,3 +98,6 @@ class TestExpectationsTestCase(unittest.TestCase):
|
| def test_tab(self):
|
| self.assert_lines_lint(["\twebkit.org/b/1 passes/text.html [ Pass ]"], should_pass=False,
|
| expected_output="Line contains tab character. [whitespace/tab] [5]")
|
| +
|
| + def test_missing_expectation_not_allowed(self):
|
| + self.assert_lines_lint(["crbug.com/1234 [ Mac ] passes/text.html [ Missing ]"], should_pass=False)
|
|
|