Files
mercury/tests/hard_coded/factt_examples
Fergus Henderson 056e7b3eb3 Add a regression test to test three recently-fixed bugs
Estimated hours taken: 0.25

tests/hard_coded/Mmakefile:
tests/hard_coded/factt.m:
tests/hard_coded/factt_examples:
tests/hard_coded/factt.exp:
	Add a regression test to test three recently-fixed bugs
	related to fact tables:
		- duplicate C labels,
		- incorrect dependencies with --use-subdirs, and
		- undefined symbols due to passing the wrong arguments
		  to c2init.
1999-02-08 23:36:47 +00:00

5 lines
39 B
Plaintext

example(1,0,1).
%to
example(50,1,50).