mirror of https://github.com/swig/swig
Fix problem with recent commit
I failed to fully remove the conditional from one example in
1a03840172
.
This commit is contained in:
parent
b06ab566cb
commit
d47970e2fd
|
@ -19,7 +19,6 @@ clear all
|
|||
# load module in a function globally before base context
|
||||
clear all;
|
||||
function testme_1
|
||||
if compare_versions(version(), '4.4', '>=') && compare_versions(version(), '6', '<')
|
||||
% exist("swigexample") returns 1 (variable) in octave >= 4.4 < 6 but 3 (.oct file) in octave >= 6
|
||||
assert(exist("swigexample"));
|
||||
swigexample;
|
||||
|
|
Loading…
Reference in New Issue