From 2d6e156e403a48da576550c653d45c24f950f157 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Thu, 25 Apr 2019 22:53:10 +0000 Subject: [TestTemplateFunction] Add a missing debug info variant. llvm-svn: 359249 --- .../lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py index 0e2c388a46c..6c9a0ac35f4 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/template-function/TestTemplateFunctions.py @@ -27,6 +27,6 @@ class TemplateFunctionsTestCase(TestBase): self.do_test_template_function(True) @skipIfWindows - @expectedFailureAll(debug_info=["dwarf", "gmodules"]) + @expectedFailureAll(debug_info=["dwarf", "gmodules", "dwo"]) def test_template_function_without_cast(self): self.do_test_template_function(False) -- cgit v1.2.3