Commit Graph

2 Commits

Author SHA1 Message Date
Zoltan Somogyi
4ebdc16a97 Update exp2 filed for termination test cases.
This is needed after my recent change to intermod.m.
2015-09-20 10:16:06 +10:00
Julien Fischer
3137c31e6b Fix the failure of some termination analysis test cases in debug grades.
Estimated hours taken: 0.5
Branches: main

Fix the failure of some termination analysis test cases in debug grades.

tests/term/append.trans_opt_exp2:
tests/term/sum.trans_opt_exp2:
	New expected outputs for these test cases that correspond
	to the output in debug grades.  (In debug grades we end up
	with redundant constraints in these grades.  In principle
	these could be removed by more complete redundancy elimination
	but in practice it's not worth it.  The expected outputs changed
	because of changes of changes to the HLDS, e.g. the improvement
	to headvar names.)
2007-05-31 07:09:54 +00:00