From 47f472e386a39d05812dc682da4aedd13ab095a9 Mon Sep 17 00:00:00 2001 From: yuyi Date: Tue, 10 Sep 2024 09:09:46 +0800 Subject: [PATCH] fix coutput_test --- vlib/v/gen/c/testdata/freestanding_module_import_1.out | 2 +- vlib/v/gen/c/testdata/freestanding_module_import_2.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vlib/v/gen/c/testdata/freestanding_module_import_1.out b/vlib/v/gen/c/testdata/freestanding_module_import_1.out index 51c71e152aac69..30a1cb94719c4b 100644 --- a/vlib/v/gen/c/testdata/freestanding_module_import_1.out +++ b/vlib/v/gen/c/testdata/freestanding_module_import_1.out @@ -1,2 +1,2 @@ hi from a_notd_freestanding.c.v -f.len: 166 +f.len: 146 diff --git a/vlib/v/gen/c/testdata/freestanding_module_import_2.out b/vlib/v/gen/c/testdata/freestanding_module_import_2.out index c69fc5b6107cd7..e2913fbe8281e4 100644 --- a/vlib/v/gen/c/testdata/freestanding_module_import_2.out +++ b/vlib/v/gen/c/testdata/freestanding_module_import_2.out @@ -1,2 +1,2 @@ hi from a_d_freestanding.c.v -f.len: 163 +f.len: 143