From c4fcdfce29fb16cc92ca828d9987fa1542f7ed3e Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 3 Oct 2011 01:30:49 +0000 Subject: [PATCH] tests: fix tstrutils2 by Alexander Shishkin (mantis #0020390) git-svn-id: trunk@19329 - --- tests/test/tstrutils2.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test/tstrutils2.pp b/tests/test/tstrutils2.pp index 8d498f4e88..848d71d7c4 100644 --- a/tests/test/tstrutils2.pp +++ b/tests/test/tstrutils2.pp @@ -7,9 +7,9 @@ program tstrutils2; {$h+} uses - StrUtils, + StrUtils {$ifdef unix} - cwstring + ,cwstring {$endif unix} ;