From de504871c42f531efc9a81cb2fce0cacc2bbfdf0 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 29 Apr 2003 11:11:15 +0000 Subject: removed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4741 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/mzscheme/import_runme.scm | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Examples/test-suite/mzscheme/import_runme.scm (limited to 'Examples/test-suite') diff --git a/Examples/test-suite/mzscheme/import_runme.scm b/Examples/test-suite/mzscheme/import_runme.scm deleted file mode 100644 index 8e8f27339..000000000 --- a/Examples/test-suite/mzscheme/import_runme.scm +++ /dev/null @@ -1,16 +0,0 @@ -;;; This file is part of a test for SF bug #231619. -;;; It shows that the %import directive does not work properly in SWIG -;;; 1.3a5: Type information is not properly generated if a base class -;;; comes from an %import-ed file. - -(load-extension "libimports_a.so") -(load-extension "libimports_b.so") - -(define x (new-B)) - -;; This fails in 1.3a5 because the SWIG runtime code does not know -;; that x (an instance of class B) can be passed to methods of class A. - -(A-hello x) - -(exit 0) -- cgit v1.2.3