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: