Work around Octave seg fault on exit in imports testcase on Octave 3.1 and 3.2

This commit is contained in:
William S Fulton 2013-04-08 18:30:16 +01:00
commit dd2cd0298c

View file

@ -1,7 +1,8 @@
# This is the import runtime testcase.
imports_b;
# If imports_b is loaded before imports_a, a seg fault occurred during interpreter cleanup/exit in version 3.1 and 3.2, seems okay in 3.6
imports_a;
imports_b;
x = imports_b.B();
x.hello();