Added error codes to SyntaxTest expectations (updated tests)

This commit is contained in:
a3d4
2020-06-22 16:51:47 +02:00
parent 8ebe7676d5
commit e04cedafc5
1775 changed files with 3951 additions and 3952 deletions
@@ -8,5 +8,5 @@ contract C {
}
}
// ----
// TypeError: (52-54): Initial value for constant variable has to be compile-time constant.
// TypeError: (112-113): Only direct number constants and references to such constants are supported by inline assembly.
// TypeError 8349: (52-54): Initial value for constant variable has to be compile-time constant.
// TypeError 7615: (112-113): Only direct number constants and references to such constants are supported by inline assembly.