From 0d533a1f1eda29e313587227e28d10376f26cf4e Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 21 Apr 2008 11:17:54 +0000 Subject: [PATCH] * Enabled test for wince. git-svn-id: trunk@10746 - --- tests/test/units/system/tres3.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/units/system/tres3.pp b/tests/test/units/system/tres3.pp index a8b1018380..98db2b2cec 100644 --- a/tests/test/units/system/tres3.pp +++ b/tests/test/units/system/tres3.pp @@ -1,6 +1,6 @@ { Test for resource enumeration functions. } -{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris} +{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris} {$mode objfpc}