Fix crasher in rustc.

This commit is contained in:
Graydon Hoare 2010-10-14 12:41:48 -07:00
parent 668f3a90a8
commit f234750d80
4 changed files with 14 additions and 5 deletions

View file

@ -465,6 +465,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
destructor-ordering.rs \
drop-bind-thunk-args.rs \
drop-on-empty-block-exit.rs \
drop-parametric-closure-with-bound-box.rs \
export-non-interference.rs \
exterior.rs \
fn-lval.rs \