Skip to content

Commit

Permalink
update error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Feb 2, 2020
1 parent b7efa37 commit b00e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/flattening/modelica/scodeinst/conngraph1.mo
Expand Up @@ -14,7 +14,7 @@ end A;

// Result:
// Error processing file: conngraph1.mo
// [flattening/modelica/scodeinst/conngraph1.mo:12:3-12:23:writable] Error: The first argument of Connections.root must be on the form A.R, where A is a connector and R an over-determined type/record.
// [flattening/modelica/scodeinst/conngraph1.mo:12:3-12:23:writable] Error: The first argument 'ri' of Connections.root must have the form A.R, where A is a connector and R an over-determined type/record.
//
// # Error encountered! Exiting...
// # Please check the error message and the flags.
Expand Down

0 comments on commit b00e783

Please sign in to comment.