Skip to content

Commit

Permalink
Some small fixes to the test file to work with a more recent master
Browse files Browse the repository at this point in the history
  • Loading branch information
jroweboy committed Mar 5, 2014
1 parent 747034a commit 7414d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mustache/test.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
extern crate mustache;
extern crate extra;
extern crate serialize;

extern crate collections;

#[cfg(test)]
mod test {
use std::str;
use std::hashmap::HashMap;
use collections::hashmap::HashMap;
use std::io::File;
use extra::json;
use serialize::json;
use extra::tempfile;
use serialize::Encodable;
use mustache::{compile_str, render_str};
Expand Down

0 comments on commit 7414d99

Please sign in to comment.