From dff623e14309f8862458d71cc92e9bc59c7cd7ce Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 26 Jul 2025 06:59:51 +0300 Subject: [PATCH] tests: move newer struct related tests to vlib/v/tests/structs/ --- vlib/v/tests/{ => structs}/struct_init_update_test.v | 0 vlib/v/tests/{ => structs}/struct_with_alias_embed_test.v | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename vlib/v/tests/{ => structs}/struct_init_update_test.v (100%) rename vlib/v/tests/{ => structs}/struct_with_alias_embed_test.v (100%) diff --git a/vlib/v/tests/struct_init_update_test.v b/vlib/v/tests/structs/struct_init_update_test.v similarity index 100% rename from vlib/v/tests/struct_init_update_test.v rename to vlib/v/tests/structs/struct_init_update_test.v diff --git a/vlib/v/tests/struct_with_alias_embed_test.v b/vlib/v/tests/structs/struct_with_alias_embed_test.v similarity index 100% rename from vlib/v/tests/struct_with_alias_embed_test.v rename to vlib/v/tests/structs/struct_with_alias_embed_test.v