From 714ce4e7fca7246c9560111ac473e4b7d61e0595 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 13 May 2022 11:18:17 +0300 Subject: [PATCH] ci: fix .out regression after d407a64 --- vlib/v/parser/tests/dollar_err.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vlib/v/parser/tests/dollar_err.out b/vlib/v/parser/tests/dollar_err.out index 5355374861..282295373a 100644 --- a/vlib/v/parser/tests/dollar_err.out +++ b/vlib/v/parser/tests/dollar_err.out @@ -1,3 +1,3 @@ -vlib/v/parser/tests/dollar_err.vv:1:1: error: unexpected eof, expecting `if` +vlib/v/parser/tests/dollar_err.vv:1:1: error: unexpected eof 1 | $ - | ^ \ No newline at end of file + | ^