Fix problem with recent commit

I failed to fully remove the conditional from one example in
1a03840172.
This commit is contained in:
Olly Betts 2022-02-06 16:50:30 +13:00
parent b06ab566cb
commit d47970e2fd
1 changed files with 0 additions and 1 deletions

View File

@ -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;