diff options
-rw-r--r-- | lldb/test/persistent_variables/TestPersistentVariables.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/persistent_variables/TestPersistentVariables.py b/lldb/test/persistent_variables/TestPersistentVariables.py index 414823030f2..b0b7170ef2b 100644 --- a/lldb/test/persistent_variables/TestPersistentVariables.py +++ b/lldb/test/persistent_variables/TestPersistentVariables.py @@ -11,8 +11,6 @@ class PersistentVariablesTestCase(TestBase): mydir = "persistent_variables" - @unittest2.expectedFailure - # Fails as of r114384. def test_persistent_variables(self): """Test that lldb persistent variables works correctly.""" self.buildDefault() |