From b398c8c817c2b28888e86ebdae84b8deb00a49e0 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Sun, 31 Mar 2024 22:19:49 +0200 Subject: Add tests --- tests/completions_test.odin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/completions_test.odin b/tests/completions_test.odin index bb4ba8d..7ca3946 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -2576,7 +2576,7 @@ ast_poly_proc_matrix_whole :: proc(t: ^testing.T) { } - +@(test) ast_completion_comp_lit_in_proc :: proc(t: ^testing.T) { source := test.Source { main = `package test @@ -2600,6 +2600,7 @@ ast_completion_comp_lit_in_proc :: proc(t: ^testing.T) { } +@(test) ast_completion_infer_bitset_package :: proc(t: ^testing.T) { packages := make([dynamic]test.Package) -- cgit v1.2.3