From a60e8791632b336817e276cb223c122e73cfa1b2 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Tue, 25 Oct 2022 16:35:44 +0200 Subject: Forgot test attribute --- tests/completions_test.odin | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3