Commit Graph

2 Commits

Author SHA1 Message Date
Fergus Henderson
4413ebe829 Add import_module char', needed for type char'.
Estimated hours taken: 0.25

tests/hard_coded/bidirectional.m:
tests/hard_coded/cycles.m:
	Add `import_module char', needed for type `char'.
	(Previously, before Simon's changes to implement `:- use_module',
	the compiler incorrectly allowed these illegal programs, because
	types were imported transitively.  That bug is not completely fixed,
	but now such types are only imported as if by `:- use_module' rather
	than `:- import_module', so the compiler now catches such errors
	if the type name is not explicitly module-qualified.)
1997-07-03 08:47:12 +00:00
Fergus Henderson
c16d9e44c3 Add new test case `cycles.m'; this is a regression test
Estimated hours taken: 0.75

tests/hard_coded:
	Add new test case `cycles.m'; this is a regression test
	that comes from a bug report by Peter Szeredi.
1997-04-09 13:46:17 +00:00