aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpromise/data/promise-get-length.qml
blob: cf0648025b7686b004bb4112624d5385d25f35a5 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.0

QtObject {
    property bool wasTestSuccessful: (Promise.length === 1)
}