Remove the bind-alias test, since binding to aliases is fine.

This commit is contained in:
Michael Sullivan 2011-07-27 16:07:00 -07:00
parent 80d6ee9ae7
commit 04611a3e56

View File

@ -1,9 +0,0 @@
// xfail-stage0
// xfail-stage1
// xfail-stage2
// xfail-stage3
// error-pattern: binding alias slot
fn f(x: &int) { }
fn main() { bind f(10); }