From d608996610023818fb8ceb8287afa3f634736d37 Mon Sep 17 00:00:00 2001 From: Matt Kopec Date: Fri, 10 May 2013 17:53:48 +0000 Subject: Add temporary fix for calling c++ global/anonymous functions on Linux. llvm-svn: 181613 --- lldb/test/lang/cpp/call-function/TestCallCPPFunction.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/lang/cpp/call-function/TestCallCPPFunction.py') 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""" -- cgit v1.2.3