projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7eaa6b
)
Fix indenting typo in TestSTL.py
author
Daniel Malea
<daniel.malea@intel.com>
Fri, 25 Jan 2013 19:14:49 +0000
(19:14 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/lldb/test/lang/cpp/stl/TestSTL.py
b/lldb/test/lang/cpp/stl/TestSTL.py
index
d96c692
..
5321933
100644
(file)
--- 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):