mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
//! \file
|
||||
//! \ingroup testmisc
|
||||
|
||||
#include "misc/statusmessage.h"
|
||||
#include "test.h"
|
||||
#include <QStringView>
|
||||
#include <QObject>
|
||||
#include <QStringView>
|
||||
#include <QTest>
|
||||
|
||||
#include "test.h"
|
||||
|
||||
#include "misc/statusmessage.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
|
||||
namespace MiscTest
|
||||
@@ -68,7 +70,7 @@ namespace MiscTest
|
||||
QVERIFY(s7.getMessage() == u"will be expanded: foo+bar");
|
||||
QVERIFY(s8.getMessage() == u"will be expanded: foo2");
|
||||
}
|
||||
} // namespace
|
||||
} // namespace MiscTest
|
||||
|
||||
//! main
|
||||
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestStatusMessage);
|
||||
|
||||
Reference in New Issue
Block a user