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 Nov 14, 2017
1 parent 0d7c53d commit 58c1aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ComponentAttributes1.mo
Expand Up @@ -16,7 +16,7 @@ end ComponentAttributes1;

// Result:
// class ComponentAttributes1
// Real a.x;
// protected Real a.x;
// protected Real a.y;
// end ComponentAttributes1;
// endResult
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/Visibility2.mo
Expand Up @@ -17,6 +17,6 @@ end Visibility2;
// Result:
// class Visibility2
// Real x = a.x;
// Real a.x;
// protected Real a.x;
// end Visibility2;
// endResult

0 comments on commit 58c1aea

Please sign in to comment.