Correct typo: waychpoint -> watchpoint

llvm-svn: 205719
This commit is contained in:
Ed Maste 2014-04-07 16:33:53 +00:00
parent 148c8c8ec2
commit 8b2c281a75
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class ConcurrentEventsTestCase(TestBase):
@dwarf_test @dwarf_test
@skipIfRemoteDueToDeadlock @skipIfRemoteDueToDeadlock
@expectedFailureLinux('llvm.org/pr16714') @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. """ """Test two threads that trigger a watchpoint where one thread has a 1 second delay. """
self.buildDwarf(dictionary=self.getBuildFlags()) self.buildDwarf(dictionary=self.getBuildFlags())
self.do_thread_actions(num_watchpoint_threads=1, self.do_thread_actions(num_watchpoint_threads=1,