From d87fe143aeca52667413bd990a03d0bcac9386ed Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Fri, 29 Dec 2023 17:44:50 +0100 Subject: Typo --- tests/completions_test.odin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 2e811a6..3553461 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -2517,7 +2517,7 @@ ast_poly_proc_matrix_type :: proc(t: ^testing.T) { packages = packages[:], } - test.expect_completion_details(&t, &source, "", {"test.ptr: ^f32"}) + test.expect_completion_details(t, &source, "", {"test.ptr: ^f32"}) } @(test) @@ -2541,7 +2541,7 @@ ast_poly_proc_matrix_constant_array :: proc(t: ^testing.T) { packages = packages[:], } - test.expect_completion_details(&t, &source, "", {"test.ptr: [3]f32"}) + test.expect_completion_details(t, &source, "", {"test.ptr: [3]f32"}) } @(test) @@ -2570,5 +2570,5 @@ ast_poly_proc_matrix_constant_array_2 :: proc(t: ^testing.T) { packages = packages[:], } - test.expect_completion_details(&t, &source, "", {"test.myss: [10]f32"}) + test.expect_completion_details(t, &source, "", {"test.myss: [10]f32"}) } -- cgit v1.2.3