From 4ec7f0b73f8aa43eccf387bdec55fc464d809896 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Mon, 13 Nov 2023 10:12:42 +0100 Subject: Simplified the representation of expressions in strings --- test/syntax_error.ml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/syntax_error.ml') 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 {| -- cgit v1.2.3