aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-10-25 16:35:44 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2022-10-25 16:35:44 +0200
commita60e8791632b336817e276cb223c122e73cfa1b2 (patch)
tree74554a9e6d3ef5311554a79599dcd32ceae4183e /tests
parent6ec6afac04b470ff7fa6b668bdab290af56297af (diff)
Forgot test attribute
Diffstat (limited to 'tests')
-rw-r--r--tests/completions_test.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/completions_test.odin b/tests/completions_test.odin
index 14f8800..77e1913 100644
--- a/tests/completions_test.odin
+++ b/tests/completions_test.odin
@@ -1896,6 +1896,7 @@ ast_switch_completion_for_maybe_enum :: proc(t: ^testing.T) {
test.expect_completion_details(t, &source, ".", {"One", "Two"})
}
+@(test)
ast_union_with_type_from_different_package :: proc(t: ^testing.T) {
packages := make([dynamic]test.Package)