Skip to content

Commit 4966ed2

Browse files
committed
set_permissions: work natively with older matlab
set_permissions: functionalize
1 parent b816633 commit 4966ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/is_capable.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function is_capable(tc, f)
5757

5858
elseif contains(n, ".native.")
5959

60-
if endsWith("set_permissions")
60+
if endsWith(n, "set_permissions")
6161
tc.assumeFalse(isMATLABReleaseOlderThan('R2025a'))
6262
end
6363

0 commit comments

Comments
 (0)