[m-rev.] trivial diff: s/:/./ in *.err_exp
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Jan 19 04:08:18 AEDT 2003
Still more of the same...
Branches: main
Estimated hours taken: 0.25
tests/hard_coded/exceptions/test_uncaught_exception.exp*:
tests/hard_coded/no_fully_strict.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/hard_coded/exceptions/test_uncaught_exception.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/exceptions/test_uncaught_exception.exp2,v
retrieving revision 1.6
diff -u -d -r1.6 test_uncaught_exception.exp2
--- tests/hard_coded/exceptions/test_uncaught_exception.exp2 25 Jul 2002 16:20:55 -0000 1.6
+++ tests/hard_coded/exceptions/test_uncaught_exception.exp2 18 Jan 2003 17:03:46 -0000
@@ -1,6 +1,6 @@
Uncaught Mercury exception:
"<exception thrown from main>"
Stack dump follows:
- 0 pred exception:throw_impl/1-0 (erroneous) (exception.m:NNNN)
- 1 pred exception:throw/1-0 (erroneous) (exception.m:NNNN)
- 2 pred test_uncaught_exception:main/2-0 (cc_multi) (test_uncaught_exception.m:25)
+ 0 pred exception.throw_impl/1-0 (erroneous) (exception.m:NNNN)
+ 1 pred exception.throw/1-0 (erroneous) (exception.m:NNNN)
+ 2 pred test_uncaught_exception.main/2-0 (cc_multi) (test_uncaught_exception.m:25)
Index: tests/hard_coded/exceptions/test_uncaught_exception.exp4
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/exceptions/test_uncaught_exception.exp4,v
retrieving revision 1.2
diff -u -d -r1.2 test_uncaught_exception.exp4
--- tests/hard_coded/exceptions/test_uncaught_exception.exp4 25 Jul 2002 16:20:55 -0000 1.2
+++ tests/hard_coded/exceptions/test_uncaught_exception.exp4 18 Jan 2003 17:03:55 -0000
@@ -1,5 +1,5 @@
Uncaught Mercury exception:
"<exception thrown from main>"
Stack dump follows:
- 0 pred exception:throw/1-0 (erroneous) (exception.m:NNNN)
- 1 pred test_uncaught_exception:main/2-0 (cc_multi) (test_uncaught_exception.m:25)
+ 0 pred exception.throw/1-0 (erroneous) (exception.m:NNNN)
+ 1 pred test_uncaught_exception.main/2-0 (cc_multi) (test_uncaught_exception.m:25)
Index: tests/hard_coded/no_fully_strict.exp4
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/no_fully_strict.exp4,v
retrieving revision 1.2
diff -u -d -r1.2 no_fully_strict.exp4
--- tests/hard_coded/no_fully_strict.exp4 25 Jul 2002 16:20:55 -0000 1.2
+++ tests/hard_coded/no_fully_strict.exp4 18 Jan 2003 17:05:47 -0000
@@ -1,6 +1,6 @@
Uncaught Mercury exception:
Software Error: oops
Stack dump follows:
- 0 pred exception:throw/1-0 (erroneous) (exception.m:NNNN)
- 1 pred require:error/1-0 (erroneous) (require.m:NNNN)
- 2 pred no_fully_strict:main/2-0 (det) (no_fully_strict.m:12)
+ 0 pred exception.throw/1-0 (erroneous) (exception.m:NNNN)
+ 1 pred require.error/1-0 (erroneous) (require.m:NNNN)
+ 2 pred no_fully_strict.main/2-0 (det) (no_fully_strict.m:12)
--
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