1
Fork 0

Fix fallout in tests

This commit is contained in:
Jeffrey Seyfried 2016-04-07 03:48:52 +00:00
parent 20ee53c2f1
commit 35f5e18f75
22 changed files with 7 additions and 31 deletions

View file

@ -16,5 +16,4 @@ extern crate macro_crate_test;
fn main() {
macro_crate_test::foo();
//~^ ERROR failed to resolve. Use of undeclared type or module `macro_crate_test`
//~^^ ERROR unresolved name `macro_crate_test::foo`
}