Remove test that depends on rustc

There's already another test (run-pass/issue-2316-c) that tests for
the same bug. So there's no need to have this one, which depends on
librustc, in the test suite.

Closes #2368.
This commit is contained in:
Tim Chevalier 2012-06-18 12:14:03 -07:00
parent b0e66a6f3b
commit f87c28b122

View File

@ -1,5 +0,0 @@
use rustc;
import rustc::middle::ty;
fn main() {
let _t: ty::sty = rustc::middle::ty::ty_nil;
}