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
@@ -6,6 +6,6 @@ contract c {
uint constant b3 = mulmod(3, 4, a2 - 1);
}
// ----
// TypeError: (88-103): Arithmetic modulo zero.
// TypeError: (128-144): Arithmetic modulo zero.
// TypeError: (169-189): Arithmetic modulo zero.
// TypeError 4195: (88-103): Arithmetic modulo zero.
// TypeError 4195: (128-144): Arithmetic modulo zero.
// TypeError 4195: (169-189): Arithmetic modulo zero.