mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 01:29:28 +02:00
* fix for wrongly chosen conditional define name
git-svn-id: trunk@49335 -
This commit is contained in:
parent
cb2c0ae594
commit
a652506254
@ -2,7 +2,7 @@
|
||||
{ $DEFINE DEBUG}
|
||||
(* Define the following if the test will be run manually in a console *)
|
||||
(* (no output redirection) - otherwise the test will fail for some targets. *)
|
||||
{ $DEFINE CONSOLE}
|
||||
{ $DEFINE TESTINCONSOLE}
|
||||
{$I-}
|
||||
uses
|
||||
Dos;
|
||||
@ -24,10 +24,10 @@ const
|
||||
{$DEFINE TESTCONSOLEOK}
|
||||
{$ELSE}
|
||||
*)
|
||||
{$IFDEF CONSOLE}
|
||||
{$IFDEF TESTINCONSOLE}
|
||||
ConsoleDeviceName = '';
|
||||
{$DEFINE TESTCONSOLEOK}
|
||||
{$ENDIF CONSOLE}
|
||||
{$ENDIF TESTINCONSOLE}
|
||||
{ $ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user