Files
mercury/tests/hard_coded/merge_and_remove_dups.exp
Tyson Dowd 632bdce350 Move merge_and_remove_dups from general to hard_coded, because
Estimated hours taken: 0.5

general/Mmakefile:
general/merge_and_remove_dups.exp:
general/merge_and_remove_dups.m:
hard_coded/Mmakefile:
hard_coded/merge_and_remove_dups.exp:
hard_coded/merge_and_remove_dups.m:
	Move merge_and_remove_dups from general to hard_coded, because
	NU-Prolog thinks the list of ints is a list of ASCII characters,
	and so outputs a different result.
1998-09-21 13:24:18 +00:00

4 lines
57 B
Plaintext

List1: [1, 2, 3]
List2: [3, 4, 5]
List3: [1, 2, 3, 4, 5]