[Lldb-commits] [lldb] 14db82c - [lldb][NFC] Fix typo in TestInvalidArgsLog
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 28 08:16:29 PDT 2020
Author: Raphael Isemann
Date: 2020-03-28T16:16:08+01:00
New Revision: 14db82c929d981833dbd829a3e8e702556aea1d2
URL: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2
DIFF: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2.diff
LOG: [lldb][NFC] Fix typo in TestInvalidArgsLog
Added:
Modified:
lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py b/lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
index 4d3c5733598f..44ddae028ba1 100644
--- a/lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
+++ b/lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
@@ -18,5 +18,5 @@ def test_disable_empty(self):
@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"])
More information about the lldb-commits
mailing list