diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-01-25 19:14:49 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-01-25 19:14:49 +0000 |
| commit | d6a5531d4292d4ca14810c537b57320e9cda49a7 (patch) | |
| tree | 2264c76a7d0aa5e1e04fb77aff415fd627602590 | |
| parent | b7eaa6b8ac4a79beafd7235cb8c1d269b4c03720 (diff) | |
| download | bcm5719-llvm-d6a5531d4292d4ca14810c537b57320e9cda49a7.tar.gz bcm5719-llvm-d6a5531d4292d4ca14810c537b57320e9cda49a7.zip | |
Fix indenting typo in TestSTL.py
llvm-svn: 173470
| -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): |

