Avoid injecting unfulfilled dependence in compiletest on libnative.
This commit is contained in:
parent
b8ef9fd9c9
commit
2cddd68686
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue