Update decorator for test that still fails with FreeBSD Watchpoint support

llvm.org/pr18832

llvm-svn: 201705
This commit is contained in:
Ed Maste 2014-02-19 18:26:48 +00:00
parent 962003126f
commit 01fd1c60cd
1 changed files with 1 additions and 1 deletions

View File

@ -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."""