update "pub-use-extern-macros" test to hide the regular import statement

This commit is contained in:
QuietMisdreavus 2018-05-23 16:39:47 -05:00
parent e3d9f19219
commit d19b5edfb0

View File

@ -15,6 +15,7 @@
extern crate macros;
// @has pub_use_extern_macros/macro.bar.html
// @!has pub_use_extern_macros/index.html 'pub use macros::bar;'
pub use macros::bar;
// @has pub_use_extern_macros/macro.baz.html