diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-17 23:35:55 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2021-05-17 23:35:55 +0200 |
| commit | 63feccd209b69b913f3a2fe33fa993dbe0af909f (patch) | |
| tree | b5fc2788fd29b90a9feb13c8b3b5017ee6d6d483 /tests | |
| parent | 98609fccd73cb464dd4659702319dab2fe1c61c1 (diff) | |
handle the parser changes in core + linux still not working
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/completions_test.odin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 47f9e5a..2a9b5ae 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -304,6 +304,9 @@ index_package_completion :: proc(t: ^testing.T) { test.expect_completion_details(t, &source, ".", {"my_package.My_Struct: struct"}); } +import "core:odin/ast" +import "core:odin/parser" + @(test) ast_generic_make_slice :: proc(t: ^testing.T) { |