From: Kalita Alexey Date: Fri, 20 Jan 2017 06:50:13 +0000 (+0300) Subject: Fixed the test X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~24^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=865e0e55eb6146d89e659727ecc9c08606154aeb;p=cargo.git Fixed the test --- diff --git a/tests/build.rs b/tests/build.rs index 549ae35e8..ced65b219 100644 --- a/tests/build.rs +++ b/tests/build.rs @@ -1952,6 +1952,10 @@ fn example_as_dylib() { #[test] fn example_as_proc_macro() { + if !is_nightly() { + return; + } + let p = project("foo") .file("Cargo.toml", r#" [package]