From: ceriel Date: Thu, 9 Oct 1986 10:37:56 +0000 (+0000) Subject: Changed a test that was word_size and alignment dependant. X-Git-Tag: release-5-5~5211 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9d54fe57f8b47ee37e10e9aff894ca4eb4d653a6;p=ack.git Changed a test that was word_size and alignment dependant. --- diff --git a/lang/pc/test/t4.p b/lang/pc/test/t4.p index 8a3cf1ff8..3afe64606 100644 --- a/lang/pc/test/t4.p +++ b/lang/pc/test/t4.p @@ -91,7 +91,7 @@ var s:record b:boolean; case t:boolean of false:(c:char);true:(d:cmat) end; w: packed record case z:boolean of false: (x:array[0..20] of integer); - true: (a,b,c,d,e,f,g,h,i,j,k,l:char) + true: (x1,x2,x3,a,b,c,d,e,f,g,h,i,j,k,l:char) end; y: record