From: Alex Crichton Date: Fri, 4 Nov 2016 20:16:28 +0000 (-0700) Subject: Un-ignore proc-macro tests X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~14^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea1fda35cbc1de28bfba07e3e3baf9e52dd55c40;p=cargo.git Un-ignore proc-macro tests --- diff --git a/tests/proc-macro.rs b/tests/proc-macro.rs index daae388e0..c1a2306e6 100644 --- a/tests/proc-macro.rs +++ b/tests/proc-macro.rs @@ -6,7 +6,6 @@ use cargotest::support::{project, execs}; use hamcrest::assert_that; #[test] -#[ignore] fn noop() { if !is_nightly() { return; @@ -63,7 +62,6 @@ fn noop() { } #[test] -#[ignore] fn impl_and_derive() { if !is_nightly() { return; @@ -148,7 +146,6 @@ fn impl_and_derive() { } #[test] -#[ignore] fn plugin_and_proc_macro() { if !is_nightly() { return;