Skip to content

Commit

Permalink
Update nfinst tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Dec 8, 2017
1 parent 851acf4 commit cac9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/FuncBuiltinPre.mo
Expand Up @@ -18,6 +18,6 @@ end FuncBuiltinPre;
// discrete Real x;
// Real y = pre(x);
// Integer i;
// Real z = pre(i);
// Real z = /*Real*/(pre(i));
// end FuncBuiltinPre;
// endResult

0 comments on commit cac9f2e

Please sign in to comment.