From b6195f3de72ee1f073495c24b52c3edf0dbb5671 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 11 Sep 2018 11:17:27 +0200 Subject: [PATCH] QmlJS: Fix case-fallthrough.qml test The warning about strange interactions between QtQuick1 and QtQuick2 doesn't exist anymore, and I don't see why it would show up in that case anyway. QmlJS::StaticAnalysis::Type used to have a member 324, and the comment references that. Change-Id: I4f0a256588919a146068b8771954bcabf0468dbc Reviewed-by: Marco Benelli --- tests/auto/qml/codemodel/check/case-fallthrough.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qml/codemodel/check/case-fallthrough.qml b/tests/auto/qml/codemodel/check/case-fallthrough.qml index 418d8c022a4..a1851da5648 100644 --- a/tests/auto/qml/codemodel/check/case-fallthrough.qml +++ b/tests/auto/qml/codemodel/check/case-fallthrough.qml @@ -1,6 +1,6 @@ import QtQuick 2.0 -Item { // 324 1 4 +Item { x: { switch (a) { case 1: