diff options
-rw-r--r-- | lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py index 2245d8599f4..f0e0433b989 100644 --- a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +++ b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py @@ -21,7 +21,7 @@ class HelloWatchLocationTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_watchlocation() - @expectedFailureFreeBSD('llvm.org/pr16706') # Watchpoints fail on FreeBSD + @expectedFailureFreeBSD("llvm.org/pr18832") @dwarf_test def test_hello_watchlocation_with_dwarf(self): """Test watching a location with '-x size' option.""" |