[Top][All Lists]
[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: |
Fri, 10 Sep 2010 23:18:41 +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.
>
> --
> Dragiša Durić <address@hidden>
Hi Dragiša,
thanks for the additional test code - I've now added this to the list
of pending bugs..
regards,
Gaius