Skip to content

Commit

Permalink
Avoid injecting unfulfilled dependence in compiletest on libnative.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Apr 2, 2014
1 parent b8ef9fd commit 2cddd68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/compiletest/compiletest.rs
Expand Up @@ -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)]

Expand Down

0 comments on commit 2cddd68

Please sign in to comment.