Skip to content

Commit b92ea8d

Browse files
committed
test: Fix test/run-pass-fulldeps/qquote.rs. rs=bustage
1 parent 19dfb47 commit b92ea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass-fulldeps/qquote.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
extern mod std;
1616
extern mod syntax;
1717

18-
use io::*;
18+
use core::io::*;
1919

2020
use syntax::diagnostic;
2121
use syntax::ast;

0 commit comments

Comments
 (0)