diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/objc_test.odin | 2 | ||||
| -rw-r--r-- | tests/references_test.odin | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/objc_test.odin b/tests/objc_test.odin index 4857861..9c69afb 100644 --- a/tests/objc_test.odin +++ b/tests/objc_test.odin @@ -145,7 +145,7 @@ objc_hover_chained_selector :: proc(t: ^testing.T) { ) } -//@(test) TODO: Disabled for now until refractor +@(test) objc_implicit_enum_completion :: proc(t: ^testing.T) { packages := make([dynamic]test.Package, context.temp_allocator) diff --git a/tests/references_test.odin b/tests/references_test.odin index 0989230..3f8a2cc 100644 --- a/tests/references_test.odin +++ b/tests/references_test.odin @@ -21,6 +21,7 @@ reference_variables_in_function :: proc(t: ^testing.T) { test.expect_symbol_location( t, &source, + .Variable, { { range = { |