From 4f7bfaf5d02f3f2bed8ca45bea062d1fd0aeaa46 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 8 Apr 2020 16:39:24 +0300 Subject: [PATCH] tests: sha256_test.v and sha512_test.v also pass now --- cmd/tools/vtest-fixed.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index 984d874165..5b9d7f6816 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -14,8 +14,6 @@ const ( 'vlib/crypto/aes/aes_test.v', 'vlib/crypto/rand/rand_test.v', 'vlib/crypto/rc4/rc4_test.v', - 'vlib/crypto/sha256/sha256_test.v', - 'vlib/crypto/sha512/sha512_test.v', 'vlib/encoding/base64/base64_memory_test.v', 'vlib/encoding/base64/base64_test.v', 'vlib/encoding/csv/csv_test.v',