Fix indenting typo in TestSTL.py
authorDaniel Malea <daniel.malea@intel.com>
Fri, 25 Jan 2013 19:14:49 +0000 (19:14 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 25 Jan 2013 19:14:49 +0000 (19:14 +0000)
llvm-svn: 173470

lldb/test/lang/cpp/stl/TestSTL.py

index d96c692..5321933 100644 (file)
@@ -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):