From 7d72930f9c5db2db6e1f1060a59f173a4beb3ca5 Mon Sep 17 00:00:00 2001 From: Ludovic 'Archivist' Lagouardette Date: Fri, 24 Feb 2023 17:13:54 +0100 Subject: [PATCH] Fixed faulty test --- tests/004.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/004.exp b/tests/004.exp index d504d34..8305117 100644 --- a/tests/004.exp +++ b/tests/004.exp @@ -86,7 +86,7 @@ expect eof spawn -noecho $SUGAR_EXECUTABLE tests/004/incomplete-07.mol lex parse expect { eof { abort "should display failure line" } - {incomplete-07.mol:2} + {incomplete-07.mol:1} } expect { eof { abort "should display failure in incomplete-07" }