Skip to content

Commit 7d13414

Browse files
committed
mh fix
1 parent 895d292 commit 7d13414

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/isOctave.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
end
88

99
retval = cacheval;
10-
end
10+
end

tests/test_setTargetPositionInSequence.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function test_suite = test_setTargetPositionInSequence %#ok<*STOUT>
2-
3-
initEnv()
4-
2+
3+
initEnv();
4+
55
try % assignment of 'localfunctions' is necessary in Matlab >= 2016
66
test_functions = localfunctions(); %#ok<*NASGU>
77
catch % no problem; early Matlab versions can use initTestSuite fine
@@ -33,7 +33,7 @@ function test_setTargetPositionInSequenceBasic()
3333

3434
octaveVersion = '4.0.3';
3535
matlabVersion = '8.6.0';
36-
36+
3737
installlist = {'io', 'statistics', 'image'};
3838

3939
if isOctave

0 commit comments

Comments
 (0)