From 462f1869bb700f21c1b23dee791b808e014ed6d5 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 3 Nov 2024 14:05:28 +0200 Subject: [PATCH] ci: rename one of the duplicate `main_test.v` files, to reduce false positives (workaround) --- .../interface_from_another_module/{main_test.v => ifam_test.v} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vlib/v/tests/modules/interface_from_another_module/{main_test.v => ifam_test.v} (100%) diff --git a/vlib/v/tests/modules/interface_from_another_module/main_test.v b/vlib/v/tests/modules/interface_from_another_module/ifam_test.v similarity index 100% rename from vlib/v/tests/modules/interface_from_another_module/main_test.v rename to vlib/v/tests/modules/interface_from_another_module/ifam_test.v -- 2.39.5