diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-06-08 18:26:34 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-06-08 18:26:34 +0200 |
| commit | 42fefebdd512958b41948abefb2d52c1b4682aff (patch) | |
| tree | 5ceb18e546f427730fb43d0b1602a3292e329a0b /tests | |
| parent | d02d49f894b9c0a611b49a9b3e29932ad1870c46 (diff) | |
Fix issues with selector call expression confusing whether to selector complete or identifier
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 = { |