Skip to content

Commit 2ce7019

Browse files
committed
getopts: unify tests
1 parent c09ca94 commit 2ce7019

File tree

3 files changed

+150
-364
lines changed

3 files changed

+150
-364
lines changed

src/libextra/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
// simplest interface possible for representing and running tests
1616
// while providing a base that other test frameworks may build off of.
1717

18+
extern mod getopts;
1819
extern mod term;
1920

20-
use getopts;
2121
use json::ToJson;
2222
use json;
2323
use serialize::Decodable;

0 commit comments

Comments
 (0)