Test the right things

This commit is contained in:
Sean Bowe
2015-12-25 00:37:52 -07:00
parent 0b8b52cb41
commit 02eb93d5d2
4 changed files with 16 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
#![feature(box_syntax, test)]
#![feature(box_syntax)]
#![cfg_attr(test, feature(test))]
extern crate libc;
mod arith;