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/lang/cpp/call-function/TestCallCPPFunction.py | |
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/lang/cpp/call-function/TestCallCPPFunction.py')
-rw-r--r-- | lldb/test/lang/cpp/call-function/TestCallCPPFunction.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py b/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py index 6abe9854ccf..c573770334d 100644 --- a/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py +++ b/lldb/test/lang/cpp/call-function/TestCallCPPFunction.py @@ -17,7 +17,6 @@ class CallCPPFunctionTestCase(TestBase): self.buildDsym() self.call_cpp_function() - @expectedFailureLinux # bugzilla 15854 @dwarf_test def test_with_dwarf_and_run_command(self): """Test calling a function by basename""" |