* do not run test, if no stack checking is available

git-svn-id: trunk@34932 -
This commit is contained in:
florian 2016-11-20 16:02:37 +00:00
parent 13de8c6808
commit 0dbcd5daa9

View File

@ -6,6 +6,10 @@
{$define nocheck}
{$endif}
{$ifndef FPC_HAS_FEATURE_STACKCHECK}
{$define nocheck}
{$endif}
{$S+}
{ This tests the stack checking routine on those }