Skip to content

Commit

Permalink
Add back in import needed for codemap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Turner committed Jul 14, 2016
1 parent d162b97 commit a9dfac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/codemap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ impl CodeMapper for CodeMap {
mod tests {
use super::*;
use std::io::{self, Write};
use errors::snippet::StyledString;
use std::rc::Rc;

#[test]
Expand Down

0 comments on commit a9dfac8

Please sign in to comment.