summaryrefslogtreecommitdiffstats
path: root/test/recipes/03-test_internal_poly1305.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/03-test_internal_poly1305.t')
-rw-r--r--test/recipes/03-test_internal_poly1305.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/03-test_internal_poly1305.t b/test/recipes/03-test_internal_poly1305.t
index b5809c145f..a3b9849178 100644
--- a/test/recipes/03-test_internal_poly1305.t
+++ b/test/recipes/03-test_internal_poly1305.t
@@ -13,7 +13,4 @@ use OpenSSL::Test::Utils;
setup("test_internal_poly1305");
-plan skip_all => "This test is unsupported in a shared library build on Windows"
- if $^O eq 'MSWin32' && !disabled("shared");
-
simple_test("test_internal_poly1305", "poly1305_internal_test", "poly1305");