Skip to content

Commit

Permalink
[NF] Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Feb 25, 2019
1 parent 7d264e8 commit 1e3bbbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ExtendReplaceable1.mo
Expand Up @@ -15,7 +15,7 @@ end ExtendReplaceable1;
// Result:
// Error processing file: ExtendReplaceable1.mo
// [flattening/modelica/scodeinst/ExtendReplaceable1.mo:8:15-10:8:writable] Notification: From here:
// [flattening/modelica/scodeinst/ExtendReplaceable1.mo:12:3-12:12:writable] Error: Class M in extends M is replaceable.
// [flattening/modelica/scodeinst/ExtendReplaceable1.mo:12:3-12:12:writable] Error: Class 'M' in 'extends M' is replaceable, the base class name must be transitively non-replaceable.
//
// # Error encountered! Exiting...
// # Please check the error message and the flags.
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ExtendReplaceable2.mo
Expand Up @@ -17,7 +17,7 @@ end ExtendReplaceable2;
// Result:
// Error processing file: ExtendReplaceable2.mo
// [flattening/modelica/scodeinst/ExtendReplaceable2.mo:9:17-11:10:writable] Notification: From here:
// [flattening/modelica/scodeinst/ExtendReplaceable2.mo:14:3-14:14:writable] Error: Class B in extends A.<B> is replaceable.
// [flattening/modelica/scodeinst/ExtendReplaceable2.mo:14:3-14:14:writable] Error: Class 'B' in 'extends A.<B>' is replaceable, the base class name must be transitively non-replaceable.
//
// # Error encountered! Exiting...
// # Please check the error message and the flags.
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ExtendReplaceable3.mo
Expand Up @@ -19,7 +19,7 @@ end ExtendReplaceable3;
// Result:
// Error processing file: ExtendReplaceable3.mo
// [flattening/modelica/scodeinst/ExtendReplaceable3.mo:9:17-13:10:writable] Notification: From here:
// [flattening/modelica/scodeinst/ExtendReplaceable3.mo:16:3-16:16:writable] Error: Class B in extends A.<B>.C is replaceable.
// [flattening/modelica/scodeinst/ExtendReplaceable3.mo:16:3-16:16:writable] Error: Class 'B' in 'extends A.<B>.C' is replaceable, the base class name must be transitively non-replaceable.
//
// # Error encountered! Exiting...
// # Please check the error message and the flags.
Expand Down

0 comments on commit 1e3bbbc

Please sign in to comment.