Browse Source

* tests are not supposed to work anymore on linux with a fixed 16 byte aligned stack

git-svn-id: trunk@43007 -
florian 5 năm trước cách đây
mục cha
commit
49005d3948
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      tests/webtbs/tw6687.pp
  2. 1 1
      tests/webtbs/tw8155.pp

+ 1 - 1
tests/webtbs/tw6687.pp

@@ -1,5 +1,5 @@
 { %cpu=i386 }
-{ %target=win32,linux,freebsd,haiku }
+{ %target=win32,freebsd,haiku }
 
 {$ifdef fpc}
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw8155.pp

@@ -1,5 +1,5 @@
 { %cpu=i386 }
-{ %target=win32,linux,freebsd,haiku }
+{ %target=win32,freebsd,haiku }
 
 {$ifdef fpc}
 {$mode delphi}