Skip to content

Commit

Permalink
- Updated EnumArrayMod1 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed Jun 15, 2015
1 parent 386f480 commit 58dc0b9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions flattening/modelica/enums/EnumArrayMod1.mo
Expand Up @@ -17,10 +17,15 @@ model EnumArrayMod1
end EnumArrayMod1;

// Result:
// function EnumArrayMod1.R$re.R$re.R$re "Automatically generated record constructor for EnumArrayMod1.R$re.R$re.R$re"
// input enumeration(a, b, c) e = EnumArrayMod1.E.c;
// function EnumArrayMod1.R "Automatically generated record constructor for EnumArrayMod1.R"
// input enumeration(a, b, c) e;
// output R res;
// end EnumArrayMod1.R;
//
// function EnumArrayMod1.R$re "Automatically generated record constructor for EnumArrayMod1.R$re"
// input enumeration(a, b, c) e;
// output R$re res;
// end EnumArrayMod1.R$re.R$re.R$re;
// end EnumArrayMod1.R$re;
//
// class EnumArrayMod1
// enumeration(a, b, c) re[EnumArrayMod1.E.a].e = EnumArrayMod1.E.a;
Expand Down

0 comments on commit 58dc0b9

Please sign in to comment.