[lldb][NFC] Fix typo in TestInvalidArgsLog

This commit is contained in:
Raphael Isemann 2020-03-28 16:16:08 +01:00
parent cb6389360b
commit 14db82c929
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ class InvalidArgsLogTestCase(TestBase):
@no_debug_info_test
def test_timer_empty(self):
self.expect("log timer", error=True,
self.expect("log timers", error=True,
substrs=["error: Missing subcommand"])