aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp')
-rw-r--r--tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp b/tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp
index 5713eb2f2e..7bf4bd2396 100644
--- a/tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp
+++ b/tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp
@@ -74,7 +74,6 @@ private slots:
void connectAndDisconnect();
#endif
void globalObject();
- void hasUncaughtException();
#if 0 // no is Evaluating for now
void isEvaluating();
#endif
@@ -271,14 +270,6 @@ void tst_QJSEngine::globalObject()
}
}
-void tst_QJSEngine::hasUncaughtException()
-{
- newEngine();
- QBENCHMARK {
- m_engine->hasUncaughtException();
- }
-}
-
#if 0
void tst_QJSEngine::isEvaluating()
{