From 742e5a91aca1d7b37dd963cc35ac52a7078d9546 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 20 Dec 2020 10:45:56 +0100 Subject: [PATCH] tools/clean: fix path --- cmd/tools/vtest-cleancode.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/vtest-cleancode.v b/cmd/tools/vtest-cleancode.v index aa856946de..2ae80eda8b 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -59,7 +59,7 @@ const ( 'vlib/gg/gg.v', 'vlib/os/', 'vlib/time/', - 'v/vlib/builtin/array_test.v', + 'vlib/builtin/array_test.v', ] )