Changeset 14026


Ignore:
Timestamp:
2012-11-22T16:31:40+01:00 (11 years ago)
Author:
perost
Message:
  • Forgot to actually update the test.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testsuite/flattening/modelica/scodeinst/const17.mo

    r12732 r14026  
    44// cflags:   +d=scodeInst
    55//
    6 // FAILREASON: This test fails because SCodeLook.crefStripEnvPrefix strips A.B
    7 // from A.B.c, so SCodeInst can't find it since it's looking for only c.
    8 // crefStripEnvPrefix should be removed when we switch to the new instantiation.
    96//
    107
     
    2421  Real x = A.B.i;
    2522end M;
     23
     24// Result:
     25// class M
     26//   Real x = 2.0;
     27// end M;
     28// endResult
Note: See TracChangeset for help on using the changeset viewer.