[m-rev.] trivial diff: s/:/./ in *.err_exp
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Jan 19 03:43:25 AEDT 2003
Missed some more.
----------
Branches: main
Estimated hours taken: 0.25
tests/invalid/circ_type5.err_exp:
tests/warnings/unused_args_analysis.exp:
Update to reflect Ralph's recent change to use `.' rather than `:'
as the module separator in compiler error messages.
Workspace: /home/ceres/fjh/mercury
Index: tests/invalid/circ_type5.err_exp
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/circ_type5.err_exp,v
retrieving revision 1.1
diff -u -d -r1.1 circ_type5.err_exp
--- tests/invalid/circ_type5.err_exp 12 Jan 2003 02:45:22 -0000 1.1
+++ tests/invalid/circ_type5.err_exp 18 Jan 2003 13:29:43 -0000
@@ -1,3 +1,3 @@
-circ_type5.m:006: Error: circular equivalence type `circ_type5:c/1'.
-circ_type5.m:007: Error: circular equivalence type `circ_type5:c/0'.
+circ_type5.m:006: Error: circular equivalence type `circ_type5.c/1'.
+circ_type5.m:007: Error: circular equivalence type `circ_type5.c/0'.
For more information, try recompiling with `-E'.
Index: tests/warnings/unused_args_analysis.exp
===================================================================
RCS file: /home/mercury1/repository/tests/warnings/unused_args_analysis.exp,v
retrieving revision 1.1
diff -u -d -r1.1 unused_args_analysis.exp
--- tests/warnings/unused_args_analysis.exp 2 Jan 2003 06:54:01 -0000 1.1
+++ tests/warnings/unused_args_analysis.exp 18 Jan 2003 16:40:06 -0000
@@ -1,2 +1,2 @@
-unused_args_analysis.m:005: In predicate `unused_args_analysis:p/2':
+unused_args_analysis.m:005: In predicate `unused_args_analysis.p/2':
unused_args_analysis.m:005: warning: argument 1 is unused.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list