Remove irrelevant parts of test

This commit is contained in:
Jesse Ruderman 2011-09-24 16:11:50 -07:00
parent 064f52fa96
commit c29f1af17e

View File

@ -2,10 +2,6 @@
// xfail-test
// error-pattern:Unsatisfied precondition
tag list { cons(int, @list); nil; }
type bubu = {x: int, y: int};
pure fn less_than(x: int, y: int) -> bool { ret x < y; }
type ordered_range = {low: int, high: int} : less_than(low, high);