diff --git a/SWIG/Examples/test-suite/python/profiletest_runme.py b/SWIG/Examples/test-suite/python/profiletest_runme.py index e62df9338..d4f07dc11 100644 --- a/SWIG/Examples/test-suite/python/profiletest_runme.py +++ b/SWIG/Examples/test-suite/python/profiletest_runme.py @@ -2,6 +2,9 @@ import _profiletest import profiletest a = profiletest.A() +print a +print a.this + b = profiletest.B() fn = b.fn i = 50000