diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-04-06 14:47:41 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-04-06 14:47:41 +0200 |
| commit | 1bd1e7eda452e738e98cc6281513d55a9bb77140 (patch) | |
| tree | dcdd425c278f10d43e646ff4a9ef941eb954fb7a | |
| parent | 7ca20296e16ab36c196140e34a47afea0a64b805 (diff) | |
Typo
| -rw-r--r-- | tests/objc_test.odin | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/objc_test.odin b/tests/objc_test.odin index f86f331..760d193 100644 --- a/tests/objc_test.odin +++ b/tests/objc_test.odin @@ -7,7 +7,7 @@ import test "src:testing" @(test) -cobj_return_type_with_selector_expression :: proc(t: ^testing.T) { +objc_return_type_with_selector_expression :: proc(t: ^testing.T) { packages := make([dynamic]test.Package) append( @@ -48,7 +48,7 @@ cobj_return_type_with_selector_expression :: proc(t: ^testing.T) { } @(test) -cobj_return_type_with_selector_expression_2 :: proc(t: ^testing.T) { +objc_return_type_with_selector_expression_2 :: proc(t: ^testing.T) { packages := make([dynamic]test.Package) append( @@ -97,7 +97,7 @@ cobj_return_type_with_selector_expression_2 :: proc(t: ^testing.T) { @(test) -cobj_hover_chained_selector :: proc(t: ^testing.T) { +objc_hover_chained_selector :: proc(t: ^testing.T) { packages := make([dynamic]test.Package) append( @@ -146,7 +146,7 @@ cobj_hover_chained_selector :: proc(t: ^testing.T) { } @(test) -cobj_hover_chained_selector :: proc(t: ^testing.T) { +objc_implicit_enum_completion :: proc(t: ^testing.T) { packages := make([dynamic]test.Package) append( |