From 8d189a070ce81e44d41a4ae087576b41f61735b5 Mon Sep 17 00:00:00 2001 From: A1029384756 Date: Wed, 12 Nov 2025 11:42:55 -0500 Subject: added #all_or_none --- tests/hover_test.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/hover_test.odin b/tests/hover_test.odin index 09f4bb9..8a41efc 100644 --- a/tests/hover_test.odin +++ b/tests/hover_test.odin @@ -3972,11 +3972,11 @@ ast_hover_struct_tags :: proc(t: ^testing.T) { ast_hover_struct_tags_packed :: proc(t: ^testing.T) { source := test.Source { main = `package test - Fo{*}o :: struct($T: typeid) #packed { + Fo{*}o :: struct($T: typeid) #packed #all_or_none { } `, } - test.expect_hover(t, &source, "test.Foo :: struct($T: typeid) #packed {}") + test.expect_hover(t, &source, "test.Foo :: struct($T: typeid) #packed #all_or_none {}") } @(test) -- cgit v1.2.3