diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-09-17 18:58:40 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2023-09-17 18:58:40 +0200 |
| commit | 89ebef892b36e12669ea364b3454b7ec03057695 (patch) | |
| tree | f425c8c0dbdb6ca9595ea84a5c3bb104a4a129da /tests | |
| parent | 9575a3e076ab3d8df98d5efc6902ac2dd54edca0 (diff) | |
Typo
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/hover_test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hover_test.odin b/tests/hover_test.odin index fd24603..11c05de 100644 --- a/tests/hover_test.odin +++ b/tests/hover_test.odin @@ -183,5 +183,5 @@ ast_hover_on_bitset_variable :: proc(t: ^testing.T) { `, } - test.expect_hover(&t, &source, "test.derived_bit_set: bit_set[Foo]") + test.expect_hover(t, &source, "test.derived_bit_set: bit_set[Foo]") } |