From 49005d39485741222fcfa8bf1383a54be6b3b03d Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 15 Sep 2019 17:17:28 +0000 Subject: [PATCH] * tests are not supposed to work anymore on linux with a fixed 16 byte aligned stack git-svn-id: trunk@43007 - --- tests/webtbs/tw6687.pp | 2 +- tests/webtbs/tw8155.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/webtbs/tw6687.pp b/tests/webtbs/tw6687.pp index 5b86ee4ba0..3180e588ae 100644 --- a/tests/webtbs/tw6687.pp +++ b/tests/webtbs/tw6687.pp @@ -1,5 +1,5 @@ { %cpu=i386 } -{ %target=win32,linux,freebsd,haiku } +{ %target=win32,freebsd,haiku } {$ifdef fpc} {$mode delphi} diff --git a/tests/webtbs/tw8155.pp b/tests/webtbs/tw8155.pp index e5aa919e7b..1addd48122 100644 --- a/tests/webtbs/tw8155.pp +++ b/tests/webtbs/tw8155.pp @@ -1,5 +1,5 @@ { %cpu=i386 } -{ %target=win32,linux,freebsd,haiku } +{ %target=win32,freebsd,haiku } {$ifdef fpc} {$mode delphi}