diff options
Diffstat (limited to 'tests')
| -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 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 { |