From 166ce26a15fe188baa42c83035bc6fc4f816effc Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Mon, 23 May 2022 23:07:54 +0400 Subject: [PATCH] Fix the failing test --- test/aeso_compiler_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aeso_compiler_tests.erl b/test/aeso_compiler_tests.erl index 7f9a252..fd1c9a1 100644 --- a/test/aeso_compiler_tests.erl +++ b/test/aeso_compiler_tests.erl @@ -791,7 +791,7 @@ failing_contracts() -> "when checking the type of the expression `\"y\" : string` " "against the expected type `bool`">> ]) - , ?TYPE_ERROR(empty_record_declaration, + , ?TYPE_ERROR(empty_record_definition, [<> ])