summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-03-16 15:32:35 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-03-16 15:32:35 +0000
commit8e89975c75b8f4ea3e81856335ba83d83112859c (patch)
treea1e29791e1c16a20af1b67cf35798942b229d5a0 /tests
parent2a484d42c7efe6fa51d9319b2086e4f09aef9897 (diff)
downloadfpc-8e89975c75b8f4ea3e81856335ba83d83112859c.tar.gz
- rm packset 1, because that's already the default in delphi mode
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@27160 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests')
-rw-r--r--tests/test/tsetsize.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test/tsetsize.pp b/tests/test/tsetsize.pp
index 4279b38e24..9ba872fc5f 100644
--- a/tests/test/tsetsize.pp
+++ b/tests/test/tsetsize.pp
@@ -5,8 +5,6 @@ program SetSizes;
{$mode delphi}
{$ifdef CPU16}
{$define _16BITCOMPILER}
- {$else}
- {$packset 1}
{$endif}
{$else fpc}
{$ifdef VER70} { Turbo Pascal 7 }