Remove no_implicit_stdlib option

This commit is contained in:
Ulf Norell
2019-08-27 14:05:22 +02:00
parent 3f1c23ace3
commit 850221aaf3
8 changed files with 25 additions and 39 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
// This contract should be compiled with no_implicit_stdlib option.
// It should include Lists.aes implicitly however, because Option.aes depends on it.
// This should include Lists.aes implicitly, since Option.aes does.
include "Option.aes"
contract Test =