From de080ba149651fc5da9a16ba5698aae32e9568b8 Mon Sep 17 00:00:00 2001 From: yuyi Date: Thu, 20 May 2021 02:23:25 +0800 Subject: [PATCH] vfmt: cleanup vtest-cleancode (#10137) --- 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 194b4e824f..25d586c0e5 100644 --- a/cmd/tools/vtest-cleancode.v +++ b/cmd/tools/vtest-cleancode.v @@ -34,7 +34,6 @@ const ( 'vlib/v/tests/fn_high_test.v', /* param name removed */ 'vlib/v/tests/generics_return_generics_struct_test.v', /* generic fn param removed */ 'vlib/v/tests/interop_test.v', /* bad comment formatting */ - 'vlib/v/tests/generics_test.v', /* multi_generic_args, Foo >(...) becomes .... Foo>(...) which does not parse */ 'vlib/v/tests/string_interpolation_test.v' /* TODO byteptr: &byte.str() behaves differently than byteptr.str() */, 'vlib/v/gen/js/tests/js.v', /* local `hello` fn, gets replaced with module `hello` aliased as `hl` */ 'examples/c_interop_wkhtmltopdf.v' /* &charptr --> &&char */,