Skip to content
Snippets Groups Projects
Commit daea3f3f authored by Botond Baranyi's avatar Botond Baranyi Committed by Adam Knapp
Browse files

Temporarily adjusted conformance tests (issue #612)


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 6ecc8bf3
No related branches found
No related tags found
1 merge request!285OOP: implement @property - part 2 (issue #611)
......@@ -24,7 +24,7 @@ module Syn_270101_ScopeOfAttributes_001 {
type record of integer IntegerList
with {
display "colour red";
extension "MyRule"
//extension "MyRule"
}
type component GeneralComp {}
......
......@@ -30,7 +30,7 @@ module Syn_270101_ScopeOfAttributes_002 {
}
with {
display "colour red";
extension "MyRule"
//extension "MyRule"
}
type component GeneralComp {}
......
......@@ -24,7 +24,7 @@ module Syn_270101_ScopeOfAttributes_003 {
type record of integer IntegerList
with {
display "colour red";
extension "MyRule"
//extension "MyRule"
}
const IntegerList c_MyIntegers1 := {0,1,2,3}
......
......@@ -30,7 +30,7 @@ module Syn_270101_ScopeOfAttributes_004 {
}
with {
display "colour red";
extension "MyRule"
//extension "MyRule"
}
const MyRecord c_record := {0,{1,true}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment