From f43f8593b1b6c54104d3ff20470e5217592b5405 Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:59:03 -0400 Subject: Remove functions, consts, variables and fields when in struct definitions --- src/testing/testing.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/testing.odin b/src/testing/testing.odin index 200645e..e03e8b5 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -254,7 +254,7 @@ expect_completion_docs :: proc( for expect_exclude in expect_excluded { for completion in completion_list.items { - if expect_exclude == completion.detail { + if expect_exclude == get_doc(completion.documentation) { log.errorf("Expected completion label %v to not be included", expect_exclude) } } -- cgit v1.2.3