diff options
| -rw-r--r-- | lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py index 38e4a5e7e59..05bd57b783b 100644 --- a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py +++ b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py @@ -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, |

