Skip to content

Commit

Permalink
[NF] Update delay test.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Jul 2, 2018
1 parent 299bfbc commit 73619c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/FuncBuiltinDelay.mo
Expand Up @@ -15,7 +15,7 @@ end FuncBuiltinDelay;
// Result:
// class FuncBuiltinDelay
// Real x = time;
// Real y = delay(x, 1.0);
// Real y = delay(x, 1.0, 1.0);
// Real z = delay(x, 2.0, 3.0);
// end FuncBuiltinDelay;
// endResult

0 comments on commit 73619c7

Please sign in to comment.