diff --git a/vlib/v/tests/parse_thread_type_test.v b/vlib/v/tests/parse_thread_type_test.v index 9d754b02b682fa..ce35351b06890c 100644 --- a/vlib/v/tests/parse_thread_type_test.v +++ b/vlib/v/tests/parse_thread_type_test.v @@ -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 }