From faf5ee858ff7da22cf9d632453e1c81a1c87ff92 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 15 Jan 2006 08:26:35 +0000 Subject: [PATCH] fix run test compile for the moment git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8455 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/profiletest_runme.py | 3 +++ 1 file changed, 3 insertions(+) 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