THRIFT-4473 Move Thrift.Console.pas out of the Library
Client: Delphi
Patch: Jens Geyer
This closes #1478
diff --git a/lib/delphi/test/TestClient.pas b/lib/delphi/test/TestClient.pas
index be6b8b5..8c01080 100644
--- a/lib/delphi/test/TestClient.pas
+++ b/lib/delphi/test/TestClient.pas
@@ -37,6 +37,7 @@
DateUtils,
Generics.Collections,
TestConstants,
+ ConsoleHelper,
Thrift,
Thrift.Protocol.Compact,
Thrift.Protocol.JSON,
@@ -46,8 +47,7 @@
Thrift.Stream,
Thrift.Test,
Thrift.Utils,
- Thrift.Collections,
- Thrift.Console;
+ Thrift.Collections;
type
TThreadConsole = class