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:
parent
b0e66a6f3b
commit
f87c28b122
@ -1,5 +0,0 @@
|
||||
use rustc;
|
||||
import rustc::middle::ty;
|
||||
fn main() {
|
||||
let _t: ty::sty = rustc::middle::ty::ty_nil;
|
||||
}
|
Loading…
Reference in New Issue
Block a user