[FE 1.0] Fix some diagnostic spec tests
This commit is contained in:
committed by
Mikhael Bogdanov
parent
0ed9b75428
commit
ca0b8be53b
+2
-2
@@ -22,7 +22,7 @@
|
||||
},
|
||||
{
|
||||
"specVersion": "0.1-435",
|
||||
"casesNumber": 3,
|
||||
"casesNumber": 4,
|
||||
"description": "Non-exhaustive when using nullable boolean values.",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/exhaustive-when-expressions/p-2/neg/11.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
@@ -90,7 +90,7 @@
|
||||
"3": [
|
||||
{
|
||||
"specVersion": "0.1-100",
|
||||
"casesNumber": 5,
|
||||
"casesNumber": 6,
|
||||
"description": "Non-exhaustive when using boolean values.",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/exhaustive-when-expressions/p-2/neg/3.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
|
||||
+1
-1
@@ -426,7 +426,7 @@
|
||||
"1": [
|
||||
{
|
||||
"specVersion": "0.1-313",
|
||||
"casesNumber": 4,
|
||||
"casesNumber": 5,
|
||||
"description": " it is possible to replace the else condition with an always-true condition",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/p-4/neg/1.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
|
||||
Reference in New Issue
Block a user