diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/hover_test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hover_test.odin b/tests/hover_test.odin index 028fbdb..bdd583a 100644 --- a/tests/hover_test.odin +++ b/tests/hover_test.odin @@ -402,7 +402,7 @@ ast_hover_union_implicit_selector :: proc(t: ^testing.T) { Foo2, } - Bar :: union { Foo } + Bar :: union { Foo, int } bar: Bar bar = .Fo{*}o1 |