From f4419328b25e05d802afd05841550d62d0824621 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 15 Dec 2020 10:38:33 +0200 Subject: [PATCH] tools: fix `v test-cleancode` --- 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 41be40aa34..be94a677f9 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -22,7 +22,7 @@ const ( 'cmd/v/v.v', 'vlib/builtin/array.v', 'vlib/builtin/map.v', - 'vlib/os/file.v', + 'vlib/os/file.c.v', 'vlib/math/bits/bits.v', 'vlib/time/time.v', 'vlib/term/colors.v',