Fix command line tests for new error reporter.

This commit is contained in:
Daniel Kirchner
2019-09-06 13:31:57 +02:00
parent 90d5c98272
commit f84371b2e0
10 changed files with 98 additions and 52 deletions
+11 -6
View File
@@ -1,6 +1,11 @@
too_long_line/input.sol:1:1: Warning: Source file does not specify required compiler version!
contract C {
^ (Relevant source part starts here and spans across multiple lines).
too_long_line/input.sol:2:164: Error: Identifier not found or not unique.
... ffffffffffffffffffffffffffffffffff(announcementType Type, string Announcement, string ...
^--------------^
Warning: Source file does not specify required compiler version!
--> too_long_line/input.sol:1:1:
|
1 | contract C {
| ^ (Relevant source part starts here and spans across multiple lines).
Error: Identifier not found or not unique.
--> too_long_line/input.sol:2:164:
|
2 | ... ffffffffffffffffffffffffffffffffff(announcementType Type, string Announcement, string ...
| ^^^^^^^^^^^^^^^^