From d5188ba48a9f044215c61cee7beec0d2eda95f5f Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Tue, 14 Oct 2014 20:30:08 +0000 Subject: [PATCH] * fixed duplicate field name git-svn-id: trunk@28819 - --- tests/test/tisorec1.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/tisorec1.pp b/tests/test/tisorec1.pp index 2ab137a600..796df8afab 100644 --- a/tests/test/tisorec1.pp +++ b/tests/test/tisorec1.pp @@ -6,7 +6,7 @@ type 1 : (s : array[0..255] of char); 2 : (n : integer); 3 : (w : word; case j : integer of - 1 : (s : array[0..255] of char); + 1 : (t : array[0..255] of char); 2 : (a : integer); ); end;