From 2e9f101cfc6dd4d61cd930dee4803adc7937a91d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 26 Jul 2025 06:56:56 +0300 Subject: [PATCH] tests: move new test from 261a4fb to vlib/v/tests/loops/ --- .../for_in_array_with_struct_init_test.v} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vlib/v/tests/{structs/struct_init_with_mod_prefix_in_for_in_array_init_test.v => loops/for_in_array_with_struct_init_test.v} (100%) diff --git a/vlib/v/tests/structs/struct_init_with_mod_prefix_in_for_in_array_init_test.v b/vlib/v/tests/loops/for_in_array_with_struct_init_test.v similarity index 100% rename from vlib/v/tests/structs/struct_init_with_mod_prefix_in_for_in_array_init_test.v rename to vlib/v/tests/loops/for_in_array_with_struct_init_test.v