mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
(will be consolidated with existing utility classes)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ae5b0310b6
commit
ed820da20d
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "testblackguimain.h"
|
||||
#include "testutils.h"
|
||||
#include "blackmisc/test.h"
|
||||
#include "blackmisc/test/test.h"
|
||||
|
||||
#include <QStringList>
|
||||
#include <QtTest>
|
||||
@@ -28,7 +28,7 @@ namespace BlackGuiTest
|
||||
*/
|
||||
int CBlackGuiTestMain::unitMain(int argc, char *argv[])
|
||||
{
|
||||
BlackMisc::CTest test(argc, argv);
|
||||
BlackMisc::Test::CTest test(argc, argv);
|
||||
|
||||
int status = 0;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user