aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-03-29 13:24:40 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-03-29 15:31:33 +0000
commitea99d624558437db64e33df476cf7d43bb5c0099 (patch)
treeff67b4aa24d660bc2ae4847c43ef9ce3c87de5bf /tests
parent0dbc575c1a8359534761167a5f5f1e29abedd51d (diff)
Minor cleanup: Don't require QtGui for ES6 tests
We don't need a QGuiApplication to launch test262.py Change-Id: I3f8e200245a30d88f3c6ff578be414ec76bcfb9c Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp b/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
index 2ce0cfe210..5d7009e7c8 100644
--- a/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
+++ b/tests/auto/qml/ecmascripttests/tst_ecmascripttests.cpp
@@ -71,7 +71,7 @@ void tst_EcmaScriptTests::runTests()
#endif
}
-QTEST_MAIN(tst_EcmaScriptTests)
+QTEST_GUILESS_MAIN(tst_EcmaScriptTests)
#include "tst_ecmascripttests.moc"