Skip to content

Commit add0fce

Browse files
committed
test is now its own crate
1 parent f8d857c commit add0fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datetime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ impl DateStr for DateTime {
288288
*/
289289
#[cfg(test)]
290290
mod tests {
291+
extern crate test;
291292
use std::{os, fmt};
292293
use extra::time::{Timespec, strptime};
293-
use extra::test;
294294
use super::DateTime;
295295

296296
fn time_str<T: super::Time>(t: T) -> ~str {

0 commit comments

Comments
 (0)