aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-10-03 23:14:57 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-10-03 23:14:57 +0200
commitd6fd27fd0f73ef41193b3a1d3751ba756d199cb1 (patch)
tree4fb545c6164a8ddf2264814810d47f15889a825a /tests
parentb944a68d470ff9da8473ec2dc25dc8e0822b053a (diff)
Typo
Diffstat (limited to 'tests')
-rw-r--r--tests/completions_test.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin
index 70c3c1e..26a8beb 100644
--- a/tests/completions_test.odin
+++ b/tests/completions_test.odin
@@ -1665,7 +1665,6 @@ 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, ".", {"two"})
}