From 5f736dd7685178d83eab264fd994e4bed0476c2a Mon Sep 17 00:00:00 2001 From: yuyi Date: Thu, 7 Oct 2021 01:53:50 +0800 Subject: [PATCH] v test-cleancode: remove interop_test.v from the exceptions list (#12084) --- 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 5886eb69a4..0ed2995d62 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -30,7 +30,6 @@ const ( 'vlib/gg/m4/matrix.v', 'vlib/builtin/int_test.v' /* special number formatting that should be tested */, // TODOs and unfixed vfmt bugs - 'vlib/v/tests/interop_test.v', /* bad comment formatting */ 'vlib/v/gen/js/tests/js.v', /* local `hello` fn, gets replaced with module `hello` aliased as `hl` */ ] vfmt_verify_list = [