[m-rev.] trivial diff: fix test failure
Simon Taylor
stayl at cs.mu.OZ.AU
Wed May 28 11:47:54 AEST 2003
Estimated hours taken: 0.1
Branches: main
tests/invalid/exported_unify{,3}.err_exp{,2}:
The format of the error messages has changed slightly.
Index: exported_unify.err_exp
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/exported_unify.err_exp,v
retrieving revision 1.1
diff -u -u -r1.1 exported_unify.err_exp
--- exported_unify.err_exp 19 May 2003 14:24:36 -0000 1.1
+++ exported_unify.err_exp 28 May 2003 01:42:59 -0000
@@ -1,3 +1,3 @@
-exported_unify2.int:003: In clause for unification predicate for type (exported_unify2.foo):
+exported_unify2.int:003: In clause for unification predicate for type exported_unify2.foo:
exported_unify2.int:003: error: undefined predicate `exported_unify2.unify_foo/2'.
For more information, try recompiling with `-E'.
Index: exported_unify.err_exp2
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/exported_unify.err_exp2,v
retrieving revision 1.1
diff -u -u -r1.1 exported_unify.err_exp2
--- exported_unify.err_exp2 20 May 2003 15:51:42 -0000 1.1
+++ exported_unify.err_exp2 28 May 2003 01:43:12 -0000
@@ -1,3 +1,3 @@
-Mercury/ints/exported_unify2.int:003: In clause for unification predicate for type (exported_unify2.foo):
+Mercury/ints/exported_unify2.int:003: In clause for unification predicate for type exported_unify2.foo:
Mercury/ints/exported_unify2.int:003: error: undefined predicate `exported_unify2.unify_foo/2'.
For more information, try recompiling with `-E'.
Index: exported_unify3.err_exp
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/exported_unify3.err_exp,v
retrieving revision 1.1
diff -u -u -r1.1 exported_unify3.err_exp
--- exported_unify3.err_exp 19 May 2003 14:24:36 -0000 1.1
+++ exported_unify3.err_exp 28 May 2003 01:44:43 -0000
@@ -1,7 +1,7 @@
-exported_unify3.m:005: In clause for unification predicate for type (exported_unify3.foo):
+exported_unify3.m:005: In clause for unification predicate for type exported_unify3.foo:
exported_unify3.m:005: error: undefined predicate `exported_unify3.defined_in_wrong_module/2'.
-exported_unify3.sub.int:003: In clause for unification predicate for type ((exported_unify3.sub).bar):
+exported_unify3.sub.int:003: In clause for unification predicate for type exported_unify3.sub.bar:
exported_unify3.sub.int:003: error: undefined predicate `exported_unify3.sub.not_exported/2'.
-exported_unify3.int0:003: In clause for unification predicate for type (exported_unify3.foo):
+exported_unify3.int0:003: In clause for unification predicate for type exported_unify3.foo:
exported_unify3.int0:003: error: undefined predicate `exported_unify3.defined_in_wrong_module/2'.
For more information, try recompiling with `-E'.
Index: exported_unify3.err_exp2
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/exported_unify3.err_exp2,v
retrieving revision 1.1
diff -u -u -r1.1 exported_unify3.err_exp2
--- exported_unify3.err_exp2 20 May 2003 15:51:42 -0000 1.1
+++ exported_unify3.err_exp2 28 May 2003 01:44:34 -0000
@@ -1,7 +1,7 @@
-exported_unify3.m:005: In clause for unification predicate for type (exported_unify3.foo):
+exported_unify3.m:005: In clause for unification predicate for type exported_unify3.foo:
exported_unify3.m:005: error: undefined predicate `exported_unify3.defined_in_wrong_module/2'.
-Mercury/ints/exported_unify3.sub.int:003: In clause for unification predicate for type ((exported_unify3.sub).bar):
+Mercury/ints/exported_unify3.sub.int:003: In clause for unification predicate for type exported_unify3.sub.bar:
Mercury/ints/exported_unify3.sub.int:003: error: undefined predicate `exported_unify3.sub.not_exported/2'.
-Mercury/int0s/exported_unify3.int0:003: In clause for unification predicate for type (exported_unify3.foo):
+Mercury/int0s/exported_unify3.int0:003: In clause for unification predicate for type exported_unify3.foo:
Mercury/int0s/exported_unify3.int0:003: error: undefined predicate `exported_unify3.defined_in_wrong_module/2'.
For more information, try recompiling with `-E'.
--------------------------------------------------------------------------
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