diff options
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStopAndContinue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py index dcd691c8ca6..28ddb29b8a4 100644 --- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py @@ -31,7 +31,6 @@ class ExprCommandCallStopContinueTestCase(TestBase): @dwarf_test @expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure - @expectedFailureLinux("llvm.org/pr20274") # intermittent failure on Linux def test_with_dwarf(self): """Test gathering result from interrupted function call.""" self.buildDwarf() |