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