From fc251a653e73f3c20fa60f0d0988e4d997fc5976 Mon Sep 17 00:00:00 2001 From: zakuro Date: Tue, 22 Dec 2020 17:18:37 +0900 Subject: [PATCH] test-cleancode: remove time.v duplicate (#7460) --- cmd/tools/vtest-cleancode.v | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tools/vtest-cleancode.v b/cmd/tools/vtest-cleancode.v index 5dead592f3..b7e542fe96 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -24,7 +24,6 @@ const ( 'vlib/builtin/array_test.v', 'vlib/builtin/map.v', 'vlib/math/bits/bits.v', - 'vlib/time/time.v', 'vlib/term/colors.v', 'vlib/term/term.v', 'vlib/v/ast/',