diff --git a/benches/swap.rs b/benches/swap.rs index 6f83999..33b007a 100644 --- a/benches/swap.rs +++ b/benches/swap.rs @@ -2,6 +2,7 @@ // Copyright (c) 2015, edef // See the LICENSE file included in this distribution. #![feature(test)] +#![cfg(feature = "os")] extern crate test; extern crate fringe; use fringe::Context;