From 60211427d5a84eff45cf6243e3923e9b126b4f05 Mon Sep 17 00:00:00 2001 From: Jose Mendoza <56417208+StunxFS@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:49:53 -0400 Subject: [PATCH] fix test --- vlib/v/fmt/tests/consts_expected.vv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlib/v/fmt/tests/consts_expected.vv b/vlib/v/fmt/tests/consts_expected.vv index 699ebbb4105755..e9a1d134166a73 100644 --- a/vlib/v/fmt/tests/consts_expected.vv +++ b/vlib/v/fmt/tests/consts_expected.vv @@ -26,7 +26,9 @@ const i_am_a_very_long_constant_name_so_i_stand_alone_and_my_length_is_over_90_c pub const i_am_pub_const = true const abc = 1 // abc + const def = 2 // def + const ghi = 3 // ghi fn main() {