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 Feb 2, 2018
1 parent 9d6ed55 commit 9775fb9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions flattening/modelica/scodeinst/DimUnknown7.mo
@@ -0,0 +1,18 @@
// name: DimUnknown7
// keywords:
// status: correct
// cflags: -d=newInst
//
//

model DimUnknown7
Real x[:](start = {1, 2, 3});
end DimUnknown7;

// Result:
// class DimUnknown7
// Real x[1](start = 1.0);
// Real x[2](start = 2.0);
// Real x[3](start = 3.0);
// end DimUnknown7;
// endResult
1 change: 1 addition & 0 deletions flattening/modelica/scodeinst/Makefile
Expand Up @@ -165,6 +165,7 @@ DimUnknown3.mo \
DimUnknown4.mo \
DimUnknown5.mo \
DimUnknown6.mo \
DimUnknown7.mo \
dim1.mo \
dim13.mo \
dim16.mo \
Expand Down

0 comments on commit 9775fb9

Please sign in to comment.