diff --git a/test/aeso_compiler_tests.erl b/test/aeso_compiler_tests.erl index 0610e93..6fccd21 100644 --- a/test/aeso_compiler_tests.erl +++ b/test/aeso_compiler_tests.erl @@ -834,7 +834,7 @@ failing_contracts() -> "The function `called_unused_function2` is defined but never used.">>, <>, - <> ]) ]. diff --git a/test/contracts/manual_stdlib_include.aes b/test/contracts/manual_stdlib_include.aes index 76a896e..8f59868 100644 --- a/test/contracts/manual_stdlib_include.aes +++ b/test/contracts/manual_stdlib_include.aes @@ -1,4 +1,4 @@ -// This should include Lists.aes implicitly, since Option.aes does. +include "List.aes" include "Option.aes" contract Test =