Auto merge of #3391 - RalfJung:dedup, r=RalfJung

remove duplicate test

This is basically the same as `tests/pass/imported_main.rs`.
This commit is contained in:
bors 2024-03-19 06:57:55 +00:00
commit 67966f3e80

View file

@ -1,5 +0,0 @@
mod foo {
pub(crate) fn bar() {}
}
use foo::bar as main;