[m-rev.] for post-commit review by Julien: debugger/declarative/throw
Zoltan Somogyi
zs at csse.unimelb.edu.au
Wed Dec 6 16:37:59 AEDT 2006
tests/debugger/declarative/Mmakefile:
Change the action for thr throw test case not to delete stuff on EXCP
lines that is in the expected output files.
Zoltan.
cvs diff: Diffing .
cvs diff: Diffing declarative
Index: declarative/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/tests/debugger/declarative/Mmakefile,v
retrieving revision 1.96
diff -u -b -r1.96 Mmakefile
--- declarative/Mmakefile 14 Sep 2006 00:15:48 -0000 1.96
+++ declarative/Mmakefile 5 Dec 2006 15:26:22 -0000
@@ -535,8 +535,8 @@
# particular line numbers in the standard library source code.
throw.out: throw throw.inp
$(MDB_STD) ./throw < throw.inp 2>&1 | \
- sed -e 's/exception.m:[0-9]*/exception.m:NNNN/g' | \
- sed -e '/EXCP/s/).*/)/' > throw.out 2>&1 \
+ sed -e 's/exception.m:[0-9]*/exception.m:NNNN/g' \
+ > throw.out 2>&1 \
|| { grep . $@ /dev/null; exit 1; }
trust.out: trust trust.inp
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list