diff options
| -rw-r--r-- | lldb/test/breakpoint_conditions/TestBreakpointConditions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/breakpoint_conditions/TestBreakpointConditions.py b/lldb/test/breakpoint_conditions/TestBreakpointConditions.py index cf4ea747840..e1c9dcac9d6 100644 --- a/lldb/test/breakpoint_conditions/TestBreakpointConditions.py +++ b/lldb/test/breakpoint_conditions/TestBreakpointConditions.py @@ -8,7 +8,6 @@ import unittest2 import lldb, lldbutil from lldbtest import * -@unittest2.skip("rdar://problem/8584431 Assert in clang while evaluating expression") class BreakpointConditionsTestCase(TestBase): mydir = "breakpoint_conditions" |

