Avoid injecting unfulfilled dependence in compiletest on libnative.
This commit is contained in:
parent
b8ef9fd9c9
commit
2cddd68686
@ -11,6 +11,9 @@
|
||||
#![crate_type = "bin"]
|
||||
#![feature(phase)]
|
||||
|
||||
// we use our own (green) start below; do not link in libnative; issue #13247.
|
||||
#![no_start]
|
||||
|
||||
#![allow(non_camel_case_types)]
|
||||
#![deny(warnings)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user