Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
getopts: unify tests
  • Loading branch information
Arcterus committed Feb 6, 2014
1 parent c09ca94 commit 2ce7019
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 364 deletions.
2 changes: 1 addition & 1 deletion src/libextra/test.rs
Expand Up @@ -15,9 +15,9 @@
// simplest interface possible for representing and running tests
// while providing a base that other test frameworks may build off of.

extern mod getopts;
extern mod term;

use getopts;
use json::ToJson;
use json;
use serialize::Decodable;
Expand Down

0 comments on commit 2ce7019

Please sign in to comment.