From 1146292a7676b3d1acc8626efc82bc7d98c9749c Mon Sep 17 00:00:00 2001 From: Sander Spies Date: Mon, 3 Feb 2020 11:26:23 +0100 Subject: [PATCH] Argh --- 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 91aa34cd2..8969c68a7 100644 --- a/src/bin/expect_tests/syntax_error_tests.ml +++ b/src/bin/expect_tests/syntax_error_tests.ml @@ -23,7 +23,7 @@ let%expect_test _ = let x = (a: string, b: int) : int => 3; let tuple = ((a, b): (int, int)) => a + b; let x = (a: string) : string => "Hello, " ++ a; - {"location":"in file \"basic.religo\", line 1, characters 14-27"} + {"location":"in file \"error_function_arguments.religo\", line 1, characters 14-27"} If you're not sure how to fix this error, you can