Skip to content

Commit

Permalink
parser: fix tests/c_struct_no_embed.out
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 25, 2023
1 parent ea9c8da commit 34ec436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/v/parser/tests/c_struct_no_embed.out
Original file line number Diff line number Diff line change
@@ -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 | }
| ^
| ^

0 comments on commit 34ec436

Please sign in to comment.