diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-10-03 23:14:46 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-10-03 23:14:46 +0200 |
| commit | b944a68d470ff9da8473ec2dc25dc8e0822b053a (patch) | |
| tree | 7dae72527f85a68f42555510c60225e8557b715c /tests | |
| parent | 866b0ca031d12a4c03d5a62a0e64a8c6bbe05b92 (diff) | |
Update tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/completions_test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin index b97ba1a..70c3c1e 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -1666,7 +1666,7 @@ ast_implicit_completion_in_enum_array_comp_lit :: proc(t: ^testing.T) { } //TODO(Add proper completion support, but right now it's just to ensure no crashes) - test.expect_completion_details(t, &source, ".", {}) + test.expect_completion_details(t, &source, ".", {"two"}) } @(test) |