tst_qqmljsscope: remove Q_SKIP in qualifiedName test

The test has been fixed for some time now but the Q_SKIP() was not
removed yet (I guess the merge algorithm decided to keep both the Q_SKIP
and the improved test).

Amends d26675105b.

Change-Id: I6edd6fa1c3dca703f26adb8854155681f3872e5b
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Sami Shalayel 2022-09-05 12:25:58 +02:00
parent 8961469341
commit 70e6d671bc
1 changed files with 0 additions and 2 deletions

View File

@ -667,8 +667,6 @@ void tst_qqmljsscope::emptyBlockBinding()
void tst_qqmljsscope::qualifiedName()
{
QSKIP("Test removed as it blocks integration,"
" will be fixed in another commit");
QQmlJSScope::ConstPtr root = run(u"qualifiedName.qml"_s);
QVERIFY(root);