Update tests.

This commit is contained in:
chriseth
2019-05-23 11:30:12 +02:00
parent 97fa21841d
commit 90e8594858
4 changed files with 23 additions and 17 deletions
@@ -6,4 +6,4 @@ contract C {
}
}
// ----
// ParserError: (67-70): Cannot use instruction names for identifier names.
// ParserError: (67-70): Cannot use builtin function name "mod" as identifier name.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError: (102-105): Cannot use instruction names for identifier names.
// ParserError: (102-105): Cannot use builtin function name "sub" as identifier name.