From c562f472eb998eeb7a75dec1dc401b8add02467a Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Sat, 27 Nov 2021 22:52:54 +0100 Subject: uncomment test until odin issue is finished. --- tests/completions_test.odin | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/completions_test.odin b/tests/completions_test.odin index 9cda196..93dd9df 100644 --- a/tests/completions_test.odin +++ b/tests/completions_test.odin @@ -683,6 +683,9 @@ ast_overload_with_any_int_with_poly_completion :: proc(t: ^testing.T) { test.expect_completion_details(t, &source, "", {"test.my_value: bool"}); } + +/* + Wait for odin issue to be done @(test) ast_completion_in_between_struct :: proc(t: ^testing.T) { @@ -705,6 +708,9 @@ ast_completion_in_between_struct :: proc(t: ^testing.T) { test.expect_completion_details(t, &source, "", {"test.my_value: bool"}); } + +*/ + @(test) ast_overload_with_any_int_index_completion :: proc(t: ^testing.T) { -- cgit v1.2.3