Author: emaste
Date: Mon Apr  7 11:33:53 2014
New Revision: 205719

URL: http://llvm.org/viewvc/llvm-project?rev=205719&view=rev
Log:
Correct typo: waychpoint -> watchpoint


Modified:
    
lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py

Modified: 
lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py?rev=205719&r1=205718&r2=205719&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
 (original)
+++ 
lldb/trunk/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
 Mon Apr  7 11:33:53 2014
@@ -205,7 +205,7 @@ class ConcurrentEventsTestCase(TestBase)
     @dwarf_test
     @skipIfRemoteDueToDeadlock
     @expectedFailureLinux('llvm.org/pr16714')
-    def test_watchpoint_with_delay_waychpoint_threads_dwarf(self):
+    def test_watchpoint_with_delay_watchpoint_threads_dwarf(self):
         """Test two threads that trigger a watchpoint where one thread has a 1 
second delay. """
         self.buildDwarf(dictionary=self.getBuildFlags())
         self.do_thread_actions(num_watchpoint_threads=1,


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to