diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-03-31 22:19:49 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-03-31 22:19:49 +0200 |
| commit | b398c8c817c2b28888e86ebdae84b8deb00a49e0 (patch) | |
| tree | da1d5a3e69b33b73bfb9d0205fb151bb97f05c8c /tests | |
| parent | b062995ca0b13514704262025c17a2a2dfbfe896 (diff) | |
Add tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/completions_test.odin | 3 |
1 files changed, 2 insertions, 1 deletions
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) |