aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/imports/testlib/TestCase.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index 1e08686b61..1f96f28533 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -312,12 +312,6 @@ Item {
throw new Error("QtQuickTest::skip")
}
- function skipAll(msg) {
- msg = "The skipAll function is no longer available. Please update this test by changing skipAll to skip."
- qtest_results.fail(msg, util.callerFile(), util.callerLine())
- throw new Error("QtQuickTest::skip")
- }
-
function expectFail(tag, msg) {
if (tag === undefined) {
warn("tag argument missing from expectFail()")