From d25e7a8dfd64e492e4fe23876f2ccc646ed18c57 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Wed, 5 May 2021 17:04:09 +0200 Subject: forget to set the last_checked, if the ols version matches the current one. --- 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 c091209..59e58ab 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -278,7 +278,7 @@ ast_package_completion :: proc(t: ^testing.T) { packages := make([dynamic]test.Package); - append(&packages, test.Package{ + append(&packages, test.Package { pkg = "my_package", source = `package my_package My_Struct :: struct { -- cgit v1.2.3