trivial diff: move tests/general/common_type_cast.m to hard_coded

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Mar 10 22:08:21 AEDT 1998


tests/general/Mmakefile:
tests/general/common_type_cast.m:
tests/general/common_type_cast.exp:
tests/hard_coded/Mmakefile:
tests/hard_coded/common_type_cast.m:
tests/hard_coded/common_type_cast.exp:
	Move the `common_type_cast' test from the `general' directory
	to the `hard_coded' directory.  The reason for this was that
	the output under Mercury is slightly different to the output
	under NU-Prolog (the difference being trailing zeroes on
	floating point numbers); moving the test to the `hard_coded'
	directory was the simplest way of fixing this.

$ cd tests/general; cvs diff
cvs diff: Diffing .
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/general/Mmakefile,v
retrieving revision 1.8
diff -u -u -r1.8 Mmakefile
--- Mmakefile	1998/03/09 09:17:51	1.8
+++ Mmakefile	1998/03/10 10:58:48
@@ -18,7 +18,6 @@
 PROGS=		array_test \
 		commit_bug \
 		commit_bug_2 \
-		common_type_cast \
 		disj_disj \
 		dnf \
 		hello_again \
cvs diff: common_type_cast.exp was removed, no comparison available
cvs diff: common_type_cast.m was removed, no comparison available

$ cd ../hard_coded; cvs diff
cvs diff: Diffing .
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/tests/hard_coded/Mmakefile,v
retrieving revision 1.19
diff -u -u -r1.19 Mmakefile
--- Mmakefile	1998/03/03 17:47:27	1.19
+++ Mmakefile	1998/03/10 11:00:07
@@ -13,6 +13,7 @@
 	boyer \
 	c_write_string \
 	cc_nondet_disj \
+	common_type_cast \
 	construct \
 	curry \
 	curry2 \
cvs diff: common_type_cast.exp is a new entry, no comparison available
cvs diff: common_type_cast.m is a new entry, no comparison available

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list