diff options
| -rw-r--r-- | lldb/test/lang/cpp/stl/TestSTL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py index d96c692f01b..53219338016 100644 --- a/lldb/test/lang/cpp/stl/TestSTL.py +++ b/lldb/test/lang/cpp/stl/TestSTL.py @@ -36,7 +36,7 @@ class STLTestCase(TestBase): self.buildDsym() self.sbtype_template_apis() - @skipIfGcc # bugzilla 15036: crashes during DWARF parsing when built with GCC + @skipIfGcc # bugzilla 15036: crashes during DWARF parsing when built with GCC @python_api_test @dwarf_test def test_SBType_template_aspects_with_dwarf(self): |

