diff --git a/vlib/v/parser/tests/c_struct_no_embed.out b/vlib/v/parser/tests/c_struct_no_embed.out index 89972cdcd82719..81d53af6a3df22 100644 --- a/vlib/v/parser/tests/c_struct_no_embed.out +++ b/vlib/v/parser/tests/c_struct_no_embed.out @@ -1,5 +1,5 @@ vlib/v/parser/tests/c_struct_no_embed.vv:7:1: error: expecting type declaration - 5 | struct C.Unknown { + 5 | pub struct C.Unknown { 6 | Foo 7 | } - | ^ \ No newline at end of file + | ^