Format with rustfmt 0.4.1
diff --git a/tests/common/parse.rs b/tests/common/parse.rs
index 989e407..31c2759 100644
--- a/tests/common/parse.rs
+++ b/tests/common/parse.rs
@@ -12,9 +12,9 @@
extern crate syntax_pos;
use self::syntax::ast;
-use self::syntax::ptr::P;
-use self::syntax::parse::{self, ParseSess};
use self::syntax::codemap::FilePathMapping;
+use self::syntax::parse::{self, ParseSess};
+use self::syntax::ptr::P;
use self::syntax_pos::FileName;
use std::panic;
diff --git a/tests/common/respan.rs b/tests/common/respan.rs
index a969ae2..4c1ad10 100644
--- a/tests/common/respan.rs
+++ b/tests/common/respan.rs
@@ -21,8 +21,8 @@
use self::syntax::util::move_map::MoveMap;
use self::syntax::util::small_vector::SmallVector;
-use self::syntax_pos::{Span, DUMMY_SP};
use self::syntax::ast;
+use self::syntax_pos::{Span, DUMMY_SP};
struct Respanner;