3 Commits

Author SHA1 Message Date
Zoltan Somogyi
4d1c58a865 Conform to the recent change to put sol() wrappers around set_ordlists.
Estimated hours taken: 0.2
Branches: main

tests/hard_coded/string_alignment_bug.exp:
	Conform to the recent change to put sol() wrappers around set_ordlists.
2007-11-19 05:45:01 +00:00
Thomas Conway
303c81f3ed Fix the test cases involving univ.
Estimated hours taken: 1

Fix the test cases involving univ.
2001-01-13 02:30:33 +00:00
Fergus Henderson
f6a879896d Fix a bug where copy/2 was returning bogus data when copying string literals.
Estimated hours taken: 2

Fix a bug where copy/2 was returning bogus data when copying string literals.

runtime/mercury_deep_copy_body.h:
	Change the code so that it doesn't assume that string literals
	must be aligned, since currently they aren't.

tests/hard_coded/Mmakefile:
tests/hard_coded/string_alignment_bug.m:
tests/hard_coded/string_alignment_bug.exp:
	Add a regression test.
1999-03-24 04:22:18 +00:00