serde_tests tests doesn't need the test crate

This commit is contained in:
Erick Tryzelaar 2015-05-20 22:57:19 -07:00
parent ed6ef4e149
commit c993414b92

View File

@ -1,6 +1,3 @@
#![feature(test)]
extern crate serde;
extern crate test;
include!(concat!(env!("OUT_DIR"), "/test.rs"));