From 01fcc389befcb4fc56bf3909d70ba008e7ff113b Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 1 Oct 2012 17:18:46 +0000 Subject: [PATCH] * load sysutils unit by command line parameter so the unsupported uses in iso mode is avoided git-svn-id: trunk@22511 - --- tests/webtbs/tw17685.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/webtbs/tw17685.pp b/tests/webtbs/tw17685.pp index 4c0eedb8a2..d5d39d660a 100644 --- a/tests/webtbs/tw17685.pp +++ b/tests/webtbs/tw17685.pp @@ -1,8 +1,7 @@ +{ %opt=-Fasysutils} {$mode iso} {$modeswitch exceptions+} program modulo( Output); -uses - sysutils; var i, j, m : integer; begin