summaryrefslogtreecommitdiffstats
path: root/tests/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get.rs')
-rw-r--r--tests/get.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/get.rs b/tests/get.rs
index 87f80a1..73eeeaf 100644
--- a/tests/get.rs
+++ b/tests/get.rs
@@ -1,3 +1,5 @@
+#![cfg(feature = "toml")]
+
extern crate config;
extern crate float_cmp;
extern crate serde;