From 360ee7b45e6769f5c954bb57a1da2c2f9875b9c5 Mon Sep 17 00:00:00 2001 From: Sander Spies Date: Sun, 2 Feb 2020 20:07:19 +0100 Subject: [PATCH] Wrong extension --- src/bin/expect_tests/syntax_error_tests.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/expect_tests/syntax_error_tests.ml b/src/bin/expect_tests/syntax_error_tests.ml index 0d29a80d1..b1dd0406a 100644 --- a/src/bin/expect_tests/syntax_error_tests.ml +++ b/src/bin/expect_tests/syntax_error_tests.ml @@ -15,7 +15,7 @@ let%expect_test _ = * Open a gitlab issue: https://gitlab.com/ligolang/ligo/issues/new * Check the changelog by running 'ligo changelog' |} ] ; - run_ligo_bad [ "compile-contract" ; "../../test/contracts/negative/error_function_arguments.ligo" ; "main" ] ; + run_ligo_bad [ "compile-contract" ; "../../test/contracts/negative/error_function_arguments.religo" ; "main" ] ; [%expect {| ligo: in file "basic.religo", line 1, characters 14-27. : It looks like you are defining a function, however we do not understand the parameters declaration.