summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2018-03-13 13:57:35 -0700
committerCarl Lerche <me@carllerche.com>2018-03-13 13:57:35 -0700
commitd304791c0e3a34cce91f6bcc7178d10c1b3ec9e8 (patch)
tree2e9cbb8c92e352b047763f4b41f135f73225b367 /tests
parent5846b3fc2ae0a6a90e0cb1b017833dd2a22c31b5 (diff)
Simultaneous futures compat (#172)
This patch adds opt-in support for futures 0.2.
Diffstat (limited to 'tests')
-rwxr-xr-x[-rw-r--r--]tests/current_thread.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/current_thread.rs b/tests/current_thread.rs
index dfc80334..1124f727 100644..100755
--- a/tests/current_thread.rs
+++ b/tests/current_thread.rs
@@ -1,3 +1,5 @@
+#![cfg(not(feature = "unstable-futures"))]
+
extern crate tokio;
extern crate tokio_executor;
extern crate futures;