gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] mea culpa, testcase9 is good, but testcase8??


From: Gaius Mulley
Subject: Re: [Gm2] mea culpa, testcase9 is good, but testcase8??
Date: Tue, 14 Sep 2010 23:45:17 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Dragiša Durić <address@hidden> writes:

> (* as per comments, but why??? *)
>
> MODULE TestCase8;
>
> TYPE
>   T = POINTER TO RECORD
>     cmp: PROCEDURE;
>     left, right: T;
>   END;
>
> VAR
>   a, b: T;
>
> BEGIN
>   IF a^.cmp <> b^.cmp THEN (* FAIL *)
>   END;
>   IF NOT (a^.cmp = b^.cmp) THEN (* PASS *)
>   END;
> END TestCase8.

Hi Dragiša,

now fixed in the latest cvs - the <> symbol was not handled (unlike
#).  Thanks for spotting this bug..

regards,
Gaius





reply via email to

[Prev in Thread] Current Thread [Next in Thread]