aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorconnnnal <216976529+connnnal@users.noreply.github.com>2025-07-06 19:05:51 +0100
committerconnnnal <216976529+connnnal@users.noreply.github.com>2025-07-06 19:05:51 +0100
commitfedb312c478ea656b63e8f608adb315db4fa6867 (patch)
tree169a46f3b64c2b2b2901e13b3b980c4549aace08 /tests
parent3f0804780f76393705da1c2e06daca2982198d62 (diff)
Oops
Diffstat (limited to 'tests')
-rw-r--r--tests/completions_test.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin
index 9e54fbb..f6dbd2d 100644
--- a/tests/completions_test.odin
+++ b/tests/completions_test.odin
@@ -3415,11 +3415,6 @@ ast_complete_ptr_using :: proc(t: ^testing.T) {
}
main :: proc() {
- a: A
- a.foo = 2
- }
-
- main :: proc() {
foo: A
foo.{*}
}