From 568336d35fd30be0c4fc2194069356cd4f47cc6d Mon Sep 17 00:00:00 2001 From: jsteube Date: Wed, 20 Feb 2019 12:48:12 +0100 Subject: [PATCH] Fix -m 5800 unit test --- tools/test_modules/m05800.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m05800.pm b/tools/test_modules/m05800.pm index 88b1e5e9e..e8f49efbd 100644 --- a/tools/test_modules/m05800.pm +++ b/tools/test_modules/m05800.pm @@ -9,7 +9,7 @@ use strict; use Digest::SHA qw (sha1); -sub module_constraints { [[0, 255], [1, 16], [0, 15], [1, 16], [0, 31]] } +sub module_constraints { [[0, 255], [1, 16], [0, 13], [16, 16], [-1, -1]] } sub module_generate_hash {