From 9e201e1f93696556c5b769c140f29272b486107b Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 9 Apr 2020 14:33:19 +0300 Subject: [PATCH] tools: don't skip fixed tests --- cmd/tools/vtest-fixed.v | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index d62a886165..3da91fcd04 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -20,8 +20,6 @@ const ( 'vlib/json/json_test.v', 'vlib/math/big/big_test.v', 'vlib/math/complex/complex_test.v', - 'vlib/math/factorial/factorial_test.v', - 'vlib/math/fractions/fraction_test.v', 'vlib/net/ftp/ftp_test.v', 'vlib/net/http/http_httpbin_test.v', 'vlib/net/http/http_test.v', @@ -55,7 +53,6 @@ const ( 'vlib/v/tests/type_test.v', 'vlib/v/tests/typeof_test.v', 'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only - 'vlib/vweb/assets/assets_test.v', ] )