From 27644333a87121ef3fb7220afeb91d72804d0a36 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 22 May 2020 06:21:42 +0200 Subject: [PATCH] tests: bring back pointers_test.v --- cmd/tools/vtest-fixed.v | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 4137efe047..5dc8fb0f21 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -7,7 +7,6 @@ import v.pref const ( skip_test_files = [ 'vlib/v/tests/enum_bitfield_test.v', - 'vlib/v/tests/pointers_test.v', 'vlib/net/http/http_httpbin_test.v', ] skip_on_musl = [