Skip to content

Commit ef666ab

Browse files
perostOpenModelica-Hudson
authored andcommitted
Reactivate scodeinst/mod11 test.
1 parent 43b4bb6 commit ef666ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flattening/modelica/scodeinst/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ImportNamed2.mo \
2525
ImportNested1.mo \
2626
ImportQualified1.mo \
2727
mod10.mo \
28+
mod11.mo \
2829
mod1.mo \
2930
mod4.mo \
3031
mod5.mo \
@@ -132,7 +133,6 @@ InvalidVariability2.mo \
132133
loop3.mo \
133134
loop4.mo \
134135
MissingRedeclare1.mo \
135-
mod11.mo \
136136
mod12.mo \
137137
mod13.mo \
138138
mod7.mo \

flattening/modelica/scodeinst/mod11.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end C;
2020
// Result:
2121
// Error processing file: mod11.mo
2222
// [flattening/modelica/scodeinst/mod11.mo:17:7-17:12:writable] Notification: From here:
23-
// [flattening/modelica/scodeinst/mod11.mo:13:19-13:20:writable] Error: Trying to override final component x with modifier 3.
23+
// [flattening/modelica/scodeinst/mod11.mo:13:19-13:20:writable] Error: Trying to override final element x with modifier '3'.
2424
//
2525
// # Error encountered! Exiting...
2626
// # Please check the error message and the flags.

0 commit comments

Comments
 (0)