* made sure that the enum tested in the test is of byte size, otherwise the test program does not compile

git-svn-id: trunk@4433 -
This commit is contained in:
tom_at_work 2006-08-17 21:22:10 +00:00
parent 32098ceea9
commit 50c3ba5310

View File

@ -1,6 +1,7 @@
{ %result=201 } { %result=201 }
{$r+} {$r+}
{$packenum 1}
Type Type
MySet = (msOne,msTwo,msThree,msFour,msFive); MySet = (msOne,msTwo,msThree,msFour,msFive);