[Lldb-commits] [lldb] r173470 - /lldb/trunk/test/lang/cpp/stl/TestSTL.py
Daniel Malea
daniel.malea at intel.com
Fri Jan 25 11:14:49 PST 2013
Author: dmalea
Date: Fri Jan 25 13:14:49 2013
New Revision: 173470
URL: http://llvm.org/viewvc/llvm-project?rev=173470&view=rev
Log:
Fix indenting typo in TestSTL.py
Modified:
lldb/trunk/test/lang/cpp/stl/TestSTL.py
Modified: lldb/trunk/test/lang/cpp/stl/TestSTL.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/stl/TestSTL.py?rev=173470&r1=173469&r2=173470&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/stl/TestSTL.py (original)
+++ lldb/trunk/test/lang/cpp/stl/TestSTL.py Fri Jan 25 13:14:49 2013
@@ -36,7 +36,7 @@
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):
More information about the lldb-commits
mailing list