From d6a5531d4292d4ca14810c537b57320e9cda49a7 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Fri, 25 Jan 2013 19:14:49 +0000 Subject: [PATCH] Fix indenting typo in TestSTL.py llvm-svn: 173470 --- lldb/test/lang/cpp/stl/TestSTL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py index d96c692f01be..532193380163 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): -- 2.34.1