Added minor comment

llvm-svn: 237174
This commit is contained in:
Vince Harron 2015-05-12 20:55:43 +00:00
parent b981dc8479
commit 121fa77e92
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class APIDefaultConstructorTestCase(TestBase):
sb_debugger.fuzz_obj(obj) sb_debugger.fuzz_obj(obj)
@python_api_test @python_api_test
# darwin: This test passes with swig 3.0.2, fails w/3.0.5 other tests fail with 2.0.12 http://llvm.org/pr23488
def test_SBError(self): def test_SBError(self):
obj = lldb.SBError() obj = lldb.SBError()
if self.TraceOn(): if self.TraceOn():