diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-27 13:40:05 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-27 13:40:05 +0200 |
| commit | 42a1ceac0e9a080e11fa94d153c0dc5f3e24738b (patch) | |
| tree | 69328b5a3c02a2b417ff7e2b1cb29207a38a0c57 | |
| parent | bd25738e319420f126b6c54e21744443ac4bf287 (diff) | |
typo
| -rw-r--r-- | tests/completions_test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin index ef05a9f..9d9667f 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -1958,5 +1958,5 @@ ast_completion_with_pointer :: proc(t: ^testing.T) { `, } - test.expect_completion_details(&t, &source, "", {"test.my_pointer: ^int"}) + test.expect_completion_details(t, &source, "", {"test.my_pointer: ^int"}) } |