Add some comment.

llvm-svn: 134769
This commit is contained in:
Johnny Chen 2011-07-08 23:07:53 +00:00
parent 5286833f4a
commit 07398b5d48
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class APIDefaultConstructorTestCase(TestBase):
@python_api_test
def test_SBEvent(self):
obj = lldb.SBEvent()
# This is just to test that typemap, as defined in lldb.swig, works.
obj2 = lldb.SBEvent(0, "abc")
if self.TraceOn():
print obj