git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
170 B
Python
8 lines
170 B
Python
# Copyright (C) 2000 Tal Shalif
|
|
|
|
execfile('../test_conf.py')
|
|
obj = cpptest_empty()
|
|
if not type(obj) is types.InstanceType:
|
|
raise "failed"
|
|
|
|
# constructor.py ends here
|