aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/testfiltering/quicktestmain/tst_second.qml
blob: 61e218facc72c2d6f141675f5bda43bfe58e60c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQuick 2.3
import QtTest 1.1

TestCase {
    name: "Second"

    function test_dupfoo() { }
    function test_dupbar() { }
    function test_dupbaz() { }
}