aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-10-03 23:14:46 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-10-03 23:14:46 +0200
commitb944a68d470ff9da8473ec2dc25dc8e0822b053a (patch)
tree7dae72527f85a68f42555510c60225e8557b715c /tests
parent866b0ca031d12a4c03d5a62a0e64a8c6bbe05b92 (diff)
Update tests
Diffstat (limited to 'tests')
-rw-r--r--tests/completions_test.odin2
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)