diff options
author | Vince Harron <vince@nethacker.com> | 2015-05-12 20:55:43 +0000 |
---|---|---|
committer | Vince Harron <vince@nethacker.com> | 2015-05-12 20:55:43 +0000 |
commit | 121fa77e9287c71ed8587c2708b15ed3235d2860 (patch) | |
tree | 6739cfeea8e15aebe367b4b476db11d63b4b7f04 /lldb/test/python_api | |
parent | b981dc84799f315bf82f3a2d95ff12bcd98389ed (diff) | |
download | bcm5719-llvm-121fa77e9287c71ed8587c2708b15ed3235d2860.tar.gz bcm5719-llvm-121fa77e9287c71ed8587c2708b15ed3235d2860.zip |
Added minor comment
llvm-svn: 237174
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r-- | lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py index 11b8d73dcb9..846e5feef1d 100644 --- a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -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(): |