TestCallCPPFunction is an expected failure on
Linux; marking as such.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180832 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lang/cpp/call-function/TestCallCPPFunction.py b/test/lang/cpp/call-function/TestCallCPPFunction.py
index c573770..6abe985 100644
--- a/test/lang/cpp/call-function/TestCallCPPFunction.py
+++ b/test/lang/cpp/call-function/TestCallCPPFunction.py
@@ -17,6 +17,7 @@
         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"""