diff options
Diffstat (limited to 'test/syntax_error.ml')
-rw-r--r-- | test/syntax_error.ml | 6 |
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 {| |