Skip to content

Commit

Permalink
Make cargo test work
Browse files Browse the repository at this point in the history
  • Loading branch information
mdinger committed Jan 29, 2015
1 parent a1d5c58 commit 00a2fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#![feature(int_uint)]
#![feature(plugin)]

#![cfg(not(test))]

extern crate regex;

extern crate "rustc-serialize" as rustc_serialize;
Expand Down

0 comments on commit 00a2fe9

Please sign in to comment.