diff --git a/tests/auto/mvvmcore/serviceregistry/tst_serviceregistry.cpp b/tests/auto/mvvmcore/serviceregistry/tst_serviceregistry.cpp index d051c7a..6d9a3dc 100644 --- a/tests/auto/mvvmcore/serviceregistry/tst_serviceregistry.cpp +++ b/tests/auto/mvvmcore/serviceregistry/tst_serviceregistry.cpp @@ -178,7 +178,7 @@ void ServiceRegistryTest::testPluginRegistration() QCOMPARE(ServiceRegistry::instance()->service()->magicNumber(), 72); } catch(QException &e) { #ifdef __MINGW32__ - QEXPECT_FAIL("", "Plugin loading in the tests is currently broken on mingw", Abort) + QEXPECT_FAIL("", "Plugin loading in the tests is currently broken on mingw", Abort); QVERIFY2(false, e.what()); #else QFAIL(e.what());