mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-05-03 04:59:45 +00:00
19 lines
376 B
C++
19 lines
376 B
C++
|
//#
|
||
|
//# Copyright (C) 2020-2021 QuasarApp.
|
||
|
//# Distributed under the GPLv3 software license, see the accompanying
|
||
|
//# Everyone is permitted to copy and distribute verbatim copies
|
||
|
//# of this license document, but changing it is not allowed.
|
||
|
//#
|
||
|
|
||
|
#include "clasterstest.h"
|
||
|
#include <QtTest>
|
||
|
|
||
|
ClastersTest::ClastersTest()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void ClastersTest::test() {
|
||
|
QVERIFY(false);
|
||
|
}
|