Wrong extension

This commit is contained in:
Sander Spies 2020-02-02 20:07:19 +01:00
parent 6beccd09a8
commit 360ee7b45e

View File

@ -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.