diff options
author | Chimrod <> | 2023-11-13 10:12:42 +0100 |
---|---|---|
committer | Chimrod <> | 2023-11-13 11:54:49 +0100 |
commit | 4ec7f0b73f8aa43eccf387bdec55fc464d809896 (patch) | |
tree | 9cf31bee4b23e4d48bdbd33bee49f2c25a6334a7 /test/syntax_error.ml | |
parent | 0d5bcaea3370697822675d9f8d25bca34c02505e (diff) |
Simplified the representation of expressions in strings
Diffstat (limited to 'test/syntax_error.ml')
-rw-r--r-- | test/syntax_error.ml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/syntax_error.ml b/test/syntax_error.ml index b56d3f2..08de384 100644 --- a/test/syntax_error.ml +++ b/test/syntax_error.ml @@ -106,11 +106,7 @@ let missing_operand () = let unknow_function () = _test_instruction "a = ran(1, 2)" - { - level = Error; - loc = _position; - message = "Missing separator between instructions"; - } + { level = Error; loc = _position; message = "Unexpected expression here." } let inline_elif () = _test_instruction {| |