aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2025-06-25 11:42:23 +0200
committerGitHub <noreply@github.com>2025-06-25 11:42:23 +0200
commitc5f8b85e9a3534329d48dfac87eb7cf709323d22 (patch)
tree35b76850b99bcf13204ee904ceb62ab877597b54 /src/testing
parent62846aac929398e4f80fccff29006bea67112aa8 (diff)
parent98d8cc304ee4e433e9011c1e2faef779ae86df35 (diff)
Merge pull request #676 from BradLewis/feat/struct-hover-improvements
Improvements to struct hover information
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.odin b/src/testing/testing.odin
index 473eaf9..29fbd6f 100644
--- a/src/testing/testing.odin
+++ b/src/testing/testing.odin
@@ -225,7 +225,7 @@ expect_completion_details :: proc(t: ^testing.T, src: ^Source, trigger_character
for completion, j in completion_list.items {
if expect_detail == completion.detail {
flags[i] += 1
- }
+ }
}
}