From 42a1ceac0e9a080e11fa94d153c0dc5f3e24738b Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Thu, 27 Oct 2022 13:40:05 +0200 Subject: typo --- tests/completions_test.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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"}) } -- cgit v1.2.3