diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-05-10 17:53:48 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-05-10 17:53:48 +0000 |
| commit | d608996610023818fb8ceb8287afa3f634736d37 (patch) | |
| tree | e71e9bbad0b5237e26d3391c75d49abb1d49c7e0 /lldb/test/expression_command | |
| parent | 9449989601041a0698dcc5c11bf2bcaa176e65da (diff) | |
| download | bcm5719-llvm-d608996610023818fb8ceb8287afa3f634736d37.tar.gz bcm5719-llvm-d608996610023818fb8ceb8287afa3f634736d37.zip | |
Add temporary fix for calling c++ global/anonymous functions on Linux.
llvm-svn: 181613
Diffstat (limited to 'lldb/test/expression_command')
| -rw-r--r-- | lldb/test/expression_command/test/TestExprs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/test/TestExprs.py b/lldb/test/expression_command/test/TestExprs.py index 2c00d58a02b..422e05e3e2e 100644 --- a/lldb/test/expression_command/test/TestExprs.py +++ b/lldb/test/expression_command/test/TestExprs.py @@ -80,7 +80,6 @@ class BasicExprCommandsTestCase(TestBase): "a.out"]) # (const char *) $8 = 0x... "/Volumes/data/lldb/svn/trunk/test/expression_command/test/a.out" - @expectedFailureLinux # bugzilla 15854 @python_api_test def test_evaluate_expression_python(self): """Test SBFrame.EvaluateExpression() API for evaluating an expression.""" |

