Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Jun 28, 2024
1 parent 32a5e4e commit 1151b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vlib/v/tests/parse_thread_type_test.v
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
struct Foo1 {
before_1 int
thr thread
thr thread int
after_1 int
after_2 int
after_3 int
}

struct Foo2 {
thr thread
thr thread int
a ?int
}

struct Foo3 {
thrs []thread
thrs []thread f32
a []int
}

Expand Down

0 comments on commit 1151b93

Please sign in to comment.