trivial diff: update test case results
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Nov 12 14:36:35 AEDT 1998
tests/invalid/errors.err_exp:
tests/invalid/vars_in_wrong_places.err_exp:
Update the test results to reflect the new variable numbers
printed out by term_io__write_term.
Index: tests/invalid/errors.err_exp
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/errors.err_exp,v
retrieving revision 1.5
diff -u -r1.5 errors.err_exp
--- errors.err_exp 1998/10/30 04:38:43 1.5
+++ errors.err_exp 1998/11/12 03:33:06
@@ -1,6 +1,6 @@
errors.m:010: Warning: module should start with a `:- module' declaration.
-errors.m:060: Error: free type parameter in RHS of type definition: f(_0).
-errors.m:061: Error: free type parameter in RHS of type definition: f(_0).
+errors.m:060: Error: free type parameter in RHS of type definition: f(_1).
+errors.m:061: Error: free type parameter in RHS of type definition: f(_1).
errors.m: 1: Warning: interface for module `errors' does not export anything.
errors.m:001: Warning: module `int' is imported using both
errors.m:001: `:- import_module' and `:- use_module' declarations.
Index: tests/invalid/vars_in_wrong_places.err_exp
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/vars_in_wrong_places.err_exp,v
retrieving revision 1.2
diff -u -r1.2 vars_in_wrong_places.err_exp
--- vars_in_wrong_places.err_exp 1998/10/30 04:38:48 1.2
+++ vars_in_wrong_places.err_exp 1998/11/12 03:34:36
@@ -1,9 +1,9 @@
-vars_in_wrong_places.m:002: Error: atom expected in clause head: _0 :- blah.
-vars_in_wrong_places.m:003: Error: atom expected in equation head: _0 = 42.
-vars_in_wrong_places.m:004: Error: atom expected in equation head: _0 = 42.
-Error: atom expected in `:- pred' declaration: _0.
-vars_in_wrong_places.m:006: Error: atom expected in `:- func' declaration: _0 = int.
-Error: atom expected in predicate `:- mode' declaration: _0.
-vars_in_wrong_places.m:008: Error: atom expected in function `:- mode' declaration: _0 = int.
+vars_in_wrong_places.m:002: Error: atom expected in clause head: _1 :- blah.
+vars_in_wrong_places.m:003: Error: atom expected in equation head: _1 = 42.
+vars_in_wrong_places.m:004: Error: atom expected in equation head: _1 = 42.
+Error: atom expected in `:- pred' declaration: _1.
+vars_in_wrong_places.m:006: Error: atom expected in `:- func' declaration: _1 = int.
+Error: atom expected in predicate `:- mode' declaration: _1.
+vars_in_wrong_places.m:008: Error: atom expected in function `:- mode' declaration: _1 = int.
vars_in_wrong_places.m: 1: Warning: interface for module `vars_in_wrong_places' does not export anything.
For more information, try recompiling with `-E'.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list