From 99e531330849ecc766cf68194a740e66877d3339 Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Tue, 27 Aug 2024 23:51:14 +0200 Subject: [PATCH] updated call test --- lox.t/run.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lox.t/run.t b/lox.t/run.t index 9d632d3..8058d4a 100644 --- a/lox.t/run.t +++ b/lox.t/run.t @@ -180,9 +180,7 @@ file call/num.lox file call/object.lox - $ mlox call/object.lox - ParserError at line 1, column 0: Expected valid expression, got Class instead - [1] +$ mlox call/object.lox file call/string.lox