[m-rev.] trivial diff: fix string_format test failure

Simon Taylor stayl at cs.mu.OZ.AU
Tue Jan 14 21:10:02 AEDT 2003


Estimated hours taken: 0.1
Branches: main

tests/general/string_format/Mercury.options:
	Don't override the value of MLFLAGS set by Mmake.workspace.

Index: Mercury.options
===================================================================
RCS file: /home/mercury1/repository/tests/general/string_format/Mercury.options,v
retrieving revision 1.2
diff -u -u -r1.2 Mercury.options
--- Mercury.options	20 Nov 2002 11:48:38 -0000	1.2
+++ Mercury.options	14 Jan 2003 10:06:09 -0000
@@ -1,3 +1,3 @@
     # The heap-size must be increased to avoid running out of heap in the
     # non-gc grades.
-MLFLAGS=--runtime-flags "--heap-size 30000"
+MLFLAGS+=--runtime-flags "--heap-size 30000"
--------------------------------------------------------------------------
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