[Spec tests] Add linkType element to testMaps
This commit is contained in:
+8
-4
@@ -6,7 +6,8 @@
|
||||
"specVersion": "0.1-218",
|
||||
"casesNumber": 0,
|
||||
"description": "A..B is exactly the same as A.rangeTo(B)",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -19,7 +20,8 @@
|
||||
"casesNumber": 0,
|
||||
"description": "A..B is exactly the same as A.rangeTo(B)",
|
||||
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
],
|
||||
"2": [
|
||||
@@ -28,7 +30,8 @@
|
||||
"casesNumber": 0,
|
||||
"description": "A..B is exactly the same as A.rangeTo(B)",
|
||||
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -41,7 +44,8 @@
|
||||
"casesNumber": 0,
|
||||
"description": "A..B is exactly the same as A.rangeTo(B)",
|
||||
"path": "compiler/tests-spec/testData/codegen/box/linked/expressions/range-expression/p-2/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user