Cleanup ABICoder V1 tests

Include the pragma explicitly, rename the file to have a _v1 suffix, and also add V2 counterparts where missing.
This commit is contained in:
Alex Beregszaszi
2021-05-17 12:37:10 +01:00
parent 1d41ceaed4
commit 299873182b
25 changed files with 37 additions and 11 deletions
@@ -1,3 +1,4 @@
pragma abicoder v1;
// Tests that this will not end up using a "bytes0" type
// (which would assert)
contract C {