mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-09 13:25:33 +01:00
* only excute tests on platforms for which -gc is supported
git-svn-id: trunk@12453 -
This commit is contained in:
parent
4fc5d5dbef
commit
0d4c4a213e
@ -1,3 +1,5 @@
|
||||
{ %cpu=i386,powerpc}
|
||||
{ %target=linux,win32,go32v2,os2,beos,haiku,morphos }
|
||||
{ %opt=-ghcl }
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 3348 }
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
{ %cpu=i386,powerpc}
|
||||
{ %target=linux,win32,go32v2,os2,beos,haiku,morphos }
|
||||
{ %OPT=-glhc }
|
||||
{ Source provided for Free Pascal Bug Report 3661 }
|
||||
{ Submitted by "Martin Schreiber" on 2005-02-16 }
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
{ %cpu=i386,powerpc}
|
||||
{ %target=linux,win32,go32v2,os2,beos,haiku,morphos }
|
||||
{ %OPT=-ghc }
|
||||
//test.pp
|
||||
type o=object
|
||||
|
||||
Loading…
Reference in New Issue
Block a user