We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816633 commit 4966ed2Copy full SHA for 4966ed2
test/is_capable.m
@@ -57,7 +57,7 @@ function is_capable(tc, f)
57
58
elseif contains(n, ".native.")
59
60
- if endsWith("set_permissions")
+ if endsWith(n, "set_permissions")
61
tc.assumeFalse(isMATLABReleaseOlderThan('R2025a'))
62
end
63
0 commit comments