forked from OSchip/llvm-project
[lldb][NFC] Fix typo in TestInvalidArgsLog
This commit is contained in:
parent
cb6389360b
commit
14db82c929
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue