[Lldb-commits] [lldb] r147072 - /lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Johnny Chen johnny.chen at apple.com
Wed Dec 21 11:56:51 PST 2011


Author: johnny
Date: Wed Dec 21 13:56:51 2011
New Revision: 147072

URL: http://llvm.org/viewvc/llvm-project?rev=147072&view=rev
Log:
Fix wrong test method name.

Modified:
    lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Modified: lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py?rev=147072&r1=147071&r2=147072&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py Wed Dec 21 13:56:51 2011
@@ -30,7 +30,7 @@
         self.do_set_watchaddress()
 
     @python_api_test
-    def test_watch_val_with_dwarf(self):
+    def test_watch_address_with_dwarf(self):
         """Exercise SBTarget.WatchAddress() API to set a watchpoint."""
         self.buildDwarf()
         self.do_set_watchaddress()





More information about the lldb-commits mailing list