Update since .i has changed (merged from trunk)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12273 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Vincent Couvert 2010-10-14 15:11:52 +00:00
commit 35cd4a1023

View file

@ -18,7 +18,7 @@ end
if enumInstance_get() <> int32(2) then swigtesterror(); end
if Slap_get() <> int32(10) then swigtesterror(); end
if My_get() <> int32(11) then swigtesterror(); end
if Mine_get() <> int32(11) then swigtesterror(); end
if Thigh_get() <> int32(12) then swigtesterror(); end
exec("swigtest.quit", -1);