[m-rev.] trivial diff: fix test failures

Simon Taylor stayl at cs.mu.OZ.AU
Thu Dec 4 23:06:36 AEDT 2003



Estimated hours taken: 0.1
Branches: main

tests/invalid/missing_interface_import.err_exp:
tests/invalid/missing_interface_import.err_exp2:
	Fix expected output.

Index: missing_interface_import.err_exp
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/missing_interface_import.err_exp,v
retrieving revision 1.4
diff -u -u -r1.4 missing_interface_import.err_exp
--- missing_interface_import.err_exp	1 Dec 2003 15:56:11 -0000	1.4
+++ missing_interface_import.err_exp	4 Dec 2003 10:46:02 -0000
@@ -1,14 +1,11 @@
 missing_interface_import.m:007: In definition of type `missing_interface_import.bar'/0:
 missing_interface_import.m:007:   error: undefined type `map'/2
-missing_interface_import.m:007:   (the module  `map'
-missing_interface_import.m:007:   has not been imported in the interface).
+missing_interface_import.m:007:   (the module `map' has not been imported in the interface).
 missing_interface_import.m:009: In definition of predicate `missing_interface_import.p'/1:
 missing_interface_import.m:009:   error: undefined type `std_util.univ'/0
-missing_interface_import.m:009:   (the module  `std_util'
-missing_interface_import.m:009:   has not been imported in the interface).
+missing_interface_import.m:009:   (the module `std_util' has not been imported in the interface).
 missing_interface_import.m:010: In definition of predicate `missing_interface_import.q'/1:
 missing_interface_import.m:010:   error: undefined type `list'/1
-missing_interface_import.m:010:   (the module  `list'
-missing_interface_import.m:010:   has not been imported in the interface).
+missing_interface_import.m:010:   (the module `list' has not been imported in the interface).
 `missing_interface_import.int' not written.
 For more information, try recompiling with `-E'.
Index: missing_interface_import.err_exp2
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/missing_interface_import.err_exp2,v
retrieving revision 1.4
diff -u -u -r1.4 missing_interface_import.err_exp2
--- missing_interface_import.err_exp2	1 Dec 2003 15:56:11 -0000	1.4
+++ missing_interface_import.err_exp2	4 Dec 2003 12:05:22 -0000
@@ -1,14 +1,11 @@
 missing_interface_import.m:007: In definition of type `missing_interface_import.bar'/0:
 missing_interface_import.m:007:   error: undefined type `map'/2
-missing_interface_import.m:007:   (the module  `map'
-missing_interface_import.m:007:   has not been imported in the interface).
+missing_interface_import.m:007:   (the module `map' has not been imported in the interface).
 missing_interface_import.m:009: In definition of predicate `missing_interface_import.p'/1:
 missing_interface_import.m:009:   error: undefined type `std_util.univ'/0
-missing_interface_import.m:009:   (the module  `std_util'
-missing_interface_import.m:009:   has not been imported in the interface).
+missing_interface_import.m:009:   (the module `std_util' has not been imported in the interface).
 missing_interface_import.m:010: In definition of predicate `missing_interface_import.q'/1:
 missing_interface_import.m:010:   error: undefined type `list'/1
-missing_interface_import.m:010:   (the module  `list'
-missing_interface_import.m:010:   has not been imported in the interface).
+missing_interface_import.m:010:   (the module `list' has not been imported in the interface).
 `Mercury/ints/missing_interface_import.int' not written.
 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