Fix call graph with respect to constants.

This commit is contained in:
chriseth
2021-02-25 16:00:53 +01:00
committed by Kamil Śliwak
parent eacf7c1cf9
commit 16db3a84f1
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void verifyCallGraph(
{
solAssert(
_generatedFunctions.count(expectedFunction) == 1 || expectedFunction->isConstructor(),
"No code generated for function " + expectedFunction->name() + "even though it is not a constructor."
"No code generated for function " + expectedFunction->name() + " even though it is not a constructor."
);
_generatedFunctions.erase(expectedFunction);
}