From c736a1e5b072e5fe702a8909ca9b9f8b6eff3a2d Mon Sep 17 00:00:00 2001 From: "anastasiia.spaseeva" Date: Thu, 21 May 2020 17:18:03 +0300 Subject: [PATCH] [Spec tests] Update testsMap for when-expression section --- .../linked/expressions/when-expression/testsMap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/testsMap.json b/compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/testsMap.json index 93e41eede8d..e24b6426da8 100644 --- a/compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/testsMap.json +++ b/compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/testsMap.json @@ -577,7 +577,7 @@ "casesNumber": 25, "description": "When without bound value, various expressions in the control structure body.", "path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/p-2/pos/1.1.kt", - "unexpectedBehaviour": true, + "unexpectedBehaviour": false, "linkType": "main", "helpers": "typesProvider, classes, functions" }, @@ -652,7 +652,7 @@ "casesNumber": 25, "description": "\u0027When\u0027 with bound value and with different variants of expressions in the control structure body.", "path": "compiler/tests-spec/testData/diagnostics/linked/expressions/when-expression/p-5/pos/1.1.kt", - "unexpectedBehaviour": true, + "unexpectedBehaviour": false, "linkType": "main", "helpers": "typesProvider, classes, functions" },