diff options
-rw-r--r-- | lldb/test/lang/cpp/chained-calls/TestCppChainedCalls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/chained-calls/TestCppChainedCalls.py b/lldb/test/lang/cpp/chained-calls/TestCppChainedCalls.py index dc8e5a94502..6c949503afa 100644 --- a/lldb/test/lang/cpp/chained-calls/TestCppChainedCalls.py +++ b/lldb/test/lang/cpp/chained-calls/TestCppChainedCalls.py @@ -12,6 +12,7 @@ class TestCppChainedCalls(TestBase): self.buildDsym() self.check() + @expectedFailureGcc @dwarf_test def test_with_dwarf_and_run_command(self): self.buildDwarf() |