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"])


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to