[m-rev.] Trivial diff: update pretty_print_test.exp

Ralph Becket rafe at cs.mu.OZ.AU
Wed Oct 13 11:28:46 AEST 2004


Estimated hours taken: 0.25
Branches: main

tests/misc_tests/pretty_print_test.exp:
	Updated to reflect recent change to mercury_to_mercury.m
	to print a space after data constructors with no args.

Index: misc_tests/pretty_print_test.exp
===================================================================
RCS file: /home/mercury1/repository/tests/misc_tests/pretty_print_test.exp,v
retrieving revision 1.6
diff -u -r1.6 pretty_print_test.exp
--- misc_tests/pretty_print_test.exp	10 Sep 2004 03:50:30 -0000	1.6
+++ misc_tests/pretty_print_test.exp	13 Oct 2004 01:21:23 -0000
@@ -5,11 +5,11 @@
 :- mode main(di, uo) is det.
 :- implementation.
 :- type foobar
-	--->	foo
+	--->	foo 
 	;	bar(int)
 	;	baz(int, int).
 :- type cont(T)
-	--->	foo
+	--->	foo 
 	;	cont(T, cont(T)).
 :- type eq(T1, T2) == foobar.
 main(DCG_0, DCG_2) :-
--------------------------------------------------------------------------
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