浏览代码

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

git-svn-id: trunk@43007 -
florian 6 年之前
父节点
当前提交
49005d3948
共有 2 个文件被更改,包括 2 次插入2 次删除
  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}