Added minor comment
authorVince Harron <vince@nethacker.com>
Tue, 12 May 2015 20:55:43 +0000 (20:55 +0000)
committerVince Harron <vince@nethacker.com>
Tue, 12 May 2015 20:55:43 +0000 (20:55 +0000)
llvm-svn: 237174

lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py

index 11b8d73..846e5fe 100644 (file)
@@ -110,6 +110,7 @@ class APIDefaultConstructorTestCase(TestBase):
         sb_debugger.fuzz_obj(obj)
 
     @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):
         obj = lldb.SBError()
         if self.TraceOn():