Skip to content

Commit 73619c7

Browse files
perostOpenModelica-Hudson
authored andcommitted
[NF] Update delay test.
Belonging to [master]: - OpenModelica/OMCompiler#2552 - OpenModelica/OpenModelica-testsuite#995
1 parent 299bfbc commit 73619c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flattening/modelica/scodeinst/FuncBuiltinDelay.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end FuncBuiltinDelay;
1515
// Result:
1616
// class FuncBuiltinDelay
1717
// Real x = time;
18-
// Real y = delay(x, 1.0);
18+
// Real y = delay(x, 1.0, 1.0);
1919
// Real z = delay(x, 2.0, 3.0);
2020
// end FuncBuiltinDelay;
2121
// endResult

0 commit comments

Comments
 (0)