diff: fix module names in test cases
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Jun 16 13:10:59 AEST 1998
tests/general/double_error2.m:
tests/hard_coded/eqv_type_bug.m:
Put the correct module name in the `:- module' declaration,
to avoid an error from `mmc --generate-dependencies'.
Index: tests/general/double_error2.m
===================================================================
RCS file: /home/mercury1/repository/tests/general/double_error2.m,v
retrieving revision 1.1
diff -u -r1.1 double_error2.m
--- double_error2.m 1997/01/02 00:47:55 1.1
+++ double_error2.m 1998/06/16 03:00:18
@@ -1,4 +1,4 @@
-:- module x.
+:- module double_error2.
:- interface.
Index: tests/hard_coded/eqv_type_bug.m
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/eqv_type_bug.m,v
retrieving revision 1.1
diff -u -r1.1 eqv_type_bug.m
--- eqv_type_bug.m 1997/12/30 06:42:25 1.1
+++ eqv_type_bug.m 1998/06/16 03:03:51
@@ -1,4 +1,4 @@
-:- module try.
+:- module eqv_type_bug.
:- interface.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list