Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py |
index 6bb238c6323cf3370c9df1f37b35cf489a0e9b79..a60590bd9a0168b66960af6e65b1da418b4f2a4b 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py |
@@ -118,7 +118,7 @@ class ConfigureLoggingTest(ConfigureLoggingTestBase): |
is_verbose = False |
def test_warning_message(self): |
- self._log.warn("test message") |
+ self._log.warning("test message") |
self.assert_log_messages(["WARNING: test message\n"]) |
def test_below_warning_message(self): |