Replace some fatal errors when resolving references with normal ones

This commit is contained in:
Federico Bond
2018-02-02 14:09:32 -03:00
parent eba46a65fc
commit 600e66e605
3 changed files with 22 additions and 14 deletions
@@ -4050,7 +4050,7 @@ BOOST_AUTO_TEST_CASE(varM_disqualified_as_keyword)
}
}
)";
CHECK_ERROR(text, DeclarationError, "Identifier not found or not unique.");
CHECK_ERROR_ALLOW_MULTI(text, DeclarationError, "Identifier not found or not unique.");
}
BOOST_AUTO_TEST_CASE(modifier_is_not_a_valid_typename)