aboutsummaryrefslogtreecommitdiff
path: root/test/syntax_error.ml
diff options
context:
space:
mode:
authorChimrod <>2023-10-28 22:17:24 +0200
committerChimrod <>2023-11-02 11:06:12 +0100
commit77ae152ece4efbf8dde983c03bd995c982522bfd (patch)
treeb6427477b66042f766e58148441166b83984ddbb /test/syntax_error.ml
parentdd060261e35fcb8a57f03b01dbe84ab772a2a199 (diff)
Updated the interface
Diffstat (limited to 'test/syntax_error.ml')
-rw-r--r--test/syntax_error.ml6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/syntax_error.ml b/test/syntax_error.ml
index 08de384..b56d3f2 100644
--- a/test/syntax_error.ml
+++ b/test/syntax_error.ml
@@ -106,7 +106,11 @@ let missing_operand () =
let unknow_function () =
_test_instruction "a = ran(1, 2)"
- { level = Error; loc = _position; message = "Unexpected expression here." }
+ {
+ level = Error;
+ loc = _position;
+ message = "Missing separator between instructions";
+ }
let inline_elif () =
_test_instruction {|