diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-30 20:14:08 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-30 20:14:08 +0100 |
| commit | 7b2281e5fd7efe6959d9d6cfe2758b1fbaadc247 (patch) | |
| tree | b09fb3ff1aa5cac35d2a16bcc9d879091ac35a12 /tests | |
| parent | bcc88f72fc7b2fcf55311a1676e22e2723c1da90 (diff) | |
forgot to remove test code
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/completions_test.odin | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 7be39ae..8d340f6 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -1190,12 +1190,6 @@ ast_maybe_index_completion :: proc(t: ^testing.T) { packages = packages[:], }; - m: Maybe(int) - - a := m.(nil); - - - test.expect_completion_labels(t, &source, ".", {"(my_package.int)"}); } |