Add a missing DocStringParser error to tests.

This commit is contained in:
a3d4
2020-07-01 04:42:37 +02:00
parent a1c33249f1
commit acd42a08c1
3 changed files with 7 additions and 21 deletions
@@ -3,4 +3,4 @@ abstract contract C {
function vote(uint id) public {}
}
// ----
// DocstringParsingError 9222: End of tag @param not found
// DocstringParsingError 3335: No param name given