diff options
| -rw-r--r-- | tests/completions_test.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 14f8800..77e1913 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -1896,6 +1896,7 @@ ast_switch_completion_for_maybe_enum :: proc(t: ^testing.T) { test.expect_completion_details(t, &source, ".", {"One", "Two"}) } +@(test) ast_union_with_type_from_different_package :: proc(t: ^testing.T) { packages := make([dynamic]test.Package) |