Skip to content

Commit 3137b6d

Browse files
committed
Note error ID change in R2025a
1 parent 047e54f commit 3137b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareTests/PreFiles/PreFunctionsSoln.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Pre-run script for FunctionsSoln.mlx
22
% ---- Known Issues -----
3-
if isMATLABReleaseOlderThan("R2025b")
3+
if isMATLABReleaseOlderThan("R2025a")
44
KnownIssuesID = "MATLAB:UndefinedFunction";
55
else
66
KnownIssuesID = "MATLAB:math:mustBeFloat";

0 commit comments

Comments
 (0)