Restore test

This commit is contained in:
Fabian Drinck 2019-03-18 17:51:00 +01:00
parent c244c411e4
commit 2ade443040

View file

@ -4,9 +4,12 @@
// compile-flags:--extern xcrate
// edition:2018
#![allow(unused_imports)]
use xcrate::Z;
fn f() {
use xcrate;
use xcrate as ycrate;
let s = xcrate::S;
assert_eq!(format!("{:?}", s), "S");