Skip to content

Commit d7eb90a

Browse files
committed
typo
1 parent 68ee7f4 commit d7eb90a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

+stdlib/+java/get_owner.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
%% JAVA.GET_OWNER get owner of file
22
%
3-
%% JAVA.FILESYSTEM_TYPE
4-
%
53
% if stdlib.exists() was not adequate here, as on some CI systems, say Windows with Matlab
64
% R2025a, despite the same setup on a laptop working.
75
% stdlib.exists() was true, the Java function threw java.nio.file.NoSuchFileException.

test/TestIsExe.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function test_is_executable_binary(tc, peb)
5959
end
6060

6161

62-
methods (Test, TestTags={'R2024a'})
62+
methods (Test, TestTags={'R2025a'})
6363
function test_is_exe_array(tc)
6464
tc.assumeFalse(stdlib.matlabOlderThan('R2025a'))
6565
n = fullfile(matlabroot, "bin/matlab");

0 commit comments

Comments
 (0)