diff options
Diffstat (limited to 'tests/tst_qPref.qml')
-rw-r--r-- | tests/tst_qPref.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/tst_qPref.qml b/tests/tst_qPref.qml deleted file mode 100644 index ed96ada3a..000000000 --- a/tests/tst_qPref.qml +++ /dev/null @@ -1,12 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -import QtQuick 2.6 -import QtTest 1.2 - -TestCase { - name: "qPref" - - function test_register() { - var x = Pref.mobile_version - compare(x, Pref.mobile_version) - } -} |