diff --git a/tests/auto/qml/codemodel/check/tst_check.cpp b/tests/auto/qml/codemodel/check/tst_check.cpp index 9f5207284be..ad5a9765014 100644 --- a/tests/auto/qml/codemodel/check/tst_check.cpp +++ b/tests/auto/qml/codemodel/check/tst_check.cpp @@ -148,7 +148,7 @@ void tst_Check::test() columnEnd - columnStart, comment.startLine, columnStart), - message.type = static_cast(type); + message.type = static_cast(type); expectedMessages += message; }