From d4ed6b041697c8e1038a3ef0dea32b2d4836739a Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 14 Apr 2018 15:45:57 +0000 Subject: [PATCH] Restrict test to win32, as it is already i386 specific and uses Windows unit git-svn-id: trunk@38771 - --- tests/webtbs/tw32822.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/webtbs/tw32822.pp b/tests/webtbs/tw32822.pp index deacdacb70..91ef5349c5 100644 --- a/tests/webtbs/tw32822.pp +++ b/tests/webtbs/tw32822.pp @@ -1,4 +1,5 @@ { %CPU=i386 } +{ %TARGET=win32 } {$mode delphi} program controlc;