mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 09:22:41 +02:00
Debugger, GDBMI: fix compilation of test case
git-svn-id: trunk@52207 -
This commit is contained in:
parent
16b35167c9
commit
9cbaf66131
@ -5,9 +5,8 @@ unit TestBase;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, fpcunit, testutils, testregistry,
|
||||
LCLProc, LazLogger, DbgIntfDebuggerBase, CompileHelpers, Dialogs, TestGDBMIControl,
|
||||
GDBMIDebugger; // , FpGdbmiDebugger;
|
||||
Classes, SysUtils, FileUtil, fpcunit, testutils, testregistry, LCLProc, LazLogger,
|
||||
LazFileUtils, DbgIntfDebuggerBase, CompileHelpers, Dialogs, TestGDBMIControl, GDBMIDebugger; // , FpGdbmiDebugger;
|
||||
// EnvironmentOpts, ExtToolDialog, TransferMacros,
|
||||
|
||||
(*
|
||||
|
@ -5,8 +5,8 @@ unit TestGDBMIControl;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls,
|
||||
CheckLst, testregistry, fpcunit, GuiTestRunner;
|
||||
Classes, SysUtils, FileUtil, LazFileUtils, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
||||
ExtCtrls, CheckLst, testregistry, fpcunit, GuiTestRunner;
|
||||
|
||||
type
|
||||
|
||||
|
@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
SysUtils, fpcunit, testutils, testregistry, TestGDBMIControl,
|
||||
TestBase, GDBMIDebugger, LCLProc, FileUtil, DbgIntfDebuggerBase, TestWatches;
|
||||
TestBase, GDBMIDebugger, LCLProc, FileUtil, LazUTF8, DbgIntfDebuggerBase, TestWatches;
|
||||
|
||||
const
|
||||
BREAK_LINE_ARGV = 26;
|
||||
|
Loading…
Reference in New Issue
Block a user