diff options
Diffstat (limited to 'tests/tst_inifile.cpp')
-rw-r--r-- | tests/tst_inifile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_inifile.cpp b/tests/tst_inifile.cpp index 93930ae9..6bec32f5 100644 --- a/tests/tst_inifile.cpp +++ b/tests/tst_inifile.cpp @@ -33,11 +33,11 @@ slots: QString there = INIFile::escape(through); QString back = INIFile::unescape(there); - + QCOMPARE(back, through); } }; -QTEST_GUILESS_MAIN_MULTIMC(IniFileTest) +QTEST_GUILESS_MAIN(IniFileTest) #include "tst_inifile.moc" |