Skip to content

Commit

Permalink
scodeInst -> newInst flag update.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed May 25, 2016
1 parent 4de17a3 commit 927c5e9
Show file tree
Hide file tree
Showing 207 changed files with 207 additions and 207 deletions.
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/BuiltinTime.mo
@@ -1,7 +1,7 @@
// name: BuiltinTime
// keywords:
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that the builtin variable time is handled.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ClassAsComponentError.mo
@@ -1,7 +1,7 @@
// name: ClassAsComponentError
// keywords: type error
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that an error is output if a class is used as a component.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ComponentAsTypeError.mo
@@ -1,7 +1,7 @@
// name: ComponentAsTypeError
// keywords: type error
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that an error is output if a component is used as type.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ConstantConnector1.mo
@@ -1,7 +1,7 @@
// name: ConstantConnector1
// keywords:
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model ConstantConnector1
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ConstantConnector2.mo
@@ -1,7 +1,7 @@
// name: ConstantConnector2
// keywords:
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model ConstantConnector2
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ConstantConnector3.mo
@@ -1,7 +1,7 @@
// name: ConstantConnector3
// keywords:
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model ConstantConnector3
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/DuplicateMod1.mo
@@ -1,7 +1,7 @@
// name: DuplicateMod1.mo
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model A
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/DuplicateMod2.mo
@@ -1,7 +1,7 @@
// name: DuplicateMod2.mo
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model A
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/DuplicateMod3.mo
@@ -1,7 +1,7 @@
// name: DuplicateMod3.mo
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model A
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/DuplicateMod4.mo
@@ -1,7 +1,7 @@
// name: DuplicateMod4.mo
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model A
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/DuplicateMod5.mo
@@ -1,7 +1,7 @@
// name: DuplicateMod5.mo
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model A
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ExtendSections.mo
@@ -1,7 +1,7 @@
// name: ExtendSections
// keywords:
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that sections are inherited correctly.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ExtendsVisibility.mo
@@ -1,7 +1,7 @@
// name: ExtendsVisibility1
// keywords: extends visibility
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that the visibility of extends clauses is handled correctly.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/FunctionRecordArg1.mo
@@ -1,7 +1,7 @@
// name: FunctionRecordArg1
// keywords:
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// FAILREASON:
// * Weird syntax on record constructor R output.
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportConflict1.mo
@@ -1,7 +1,7 @@
// name: ImportConflict1
// keywords: import conflict
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that an error is output for conflicting imports.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportNamed1.mo
@@ -1,7 +1,7 @@
// name: ImportNamed1
// keywords: unqualified import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that named imports without renaming works.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportNamed2.mo
@@ -1,7 +1,7 @@
// name: ImportNamed2
// keywords: named import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that named imports with renaming works.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportNamedInvalid1.mo
@@ -1,7 +1,7 @@
// name: ImportNamedInvalid1
// keywords: named import
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that an error is output for missing named imports.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportNested1.mo
@@ -1,7 +1,7 @@
// name: ImportNested1
// keywords: unqualified import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that named imports can be 'nested'.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportNested2.mo
@@ -1,7 +1,7 @@
// name: ImportNested2
// keywords: unqualified import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that unqualified imports can be 'nested'.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportQualified1.mo
@@ -1,7 +1,7 @@
// name: ImportQualified1
// keywords: qualified import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that qualified imports work.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportQualifiedInvalid1.mo
@@ -1,7 +1,7 @@
// name: ImportQualifiedInvalid1
// keywords: qualified import
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that an error is output for missing qualified imports.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportQualifiedInvalid2.mo
@@ -1,7 +1,7 @@
// name: ImportQualifiedInvalid2
// keywords: qualified import
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that imports are really lookup up from the top scope.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportShadowing1.mo
@@ -1,7 +1,7 @@
// name: ImportShadowing1
// keywords: import shadowing
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that a warning is displayed when imports are shadowed.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportUnqualified1.mo
@@ -1,7 +1,7 @@
// name: ImportUnqualified1
// keywords: unqualified import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that unqualified imports work.
//
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/ImportUnqualified2.mo
@@ -1,7 +1,7 @@
// name: ImportUnqualified2
// keywords: unqualified import
// status: correct
// cflags: +d=scodeInst
// cflags: +d=newInst
//
// Checks that unqualified imports work.
//
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidComplexConnectorType1
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidComplexConnectorType1
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidComplexConnectorType2
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidComplexConnectorType2
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidComplexConnectorType3
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidComplexConnectorType3
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidComplexConnectorType4
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidComplexConnectorType4
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidComplexConnectorType5
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidComplexConnectorType5
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidConnectorDirection1
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorDirection1
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidConnectorDirection2
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorDirection2
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidConnectorDirection3
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorDirection3
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidConnectorDirection4
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorDirection4
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidConnectorType1.mo
@@ -1,7 +1,7 @@
// name: InvalidConnectorType1
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorType1
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidConnectorType2.mo
@@ -1,7 +1,7 @@
// name: InvalidConnectorType2
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorType2
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidConnectorType3.mo
@@ -1,7 +1,7 @@
// name: InvalidConnectorType3
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorType3
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidConnectorType4.mo
@@ -1,7 +1,7 @@
// name: InvalidConnectorType4
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorType4
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidConnectorType5.mo
@@ -1,7 +1,7 @@
// name: InvalidConnectorType5
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorType5
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidConnectorType6.mo
@@ -1,7 +1,7 @@
// name: InvalidConnectorType6
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidConnectorType6
Expand Down
@@ -1,7 +1,7 @@
// name: InvalidExpandableConnector1
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//


Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidVariability1.mo
@@ -1,7 +1,7 @@
// name: InvalidVariability1
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidVariability1
Expand Down
2 changes: 1 addition & 1 deletion flattening/modelica/scodeinst/InvalidVariability2.mo
@@ -1,7 +1,7 @@
// name: InvalidVariability2
// keywords:
// status: incorrect
// cflags: +d=scodeInst
// cflags: +d=newInst
//

model InvalidVariability2
Expand Down

0 comments on commit 927c5e9

Please sign in to comment.