cleanup unit-test code
This commit is contained in:
@@ -91,10 +91,9 @@ sub module_verify_hash
|
||||
return unless defined $hash;
|
||||
return unless defined $word;
|
||||
|
||||
# my $word_packed = pack_if_HEX_notation ($word);
|
||||
my $word_packed = pack_if_HEX_notation ($word);
|
||||
|
||||
# my $new_hash = module_generate_hash ($word_packed);
|
||||
my $new_hash = module_generate_hash ($word);
|
||||
my $new_hash = module_generate_hash ($word_packed);
|
||||
|
||||
return ($new_hash, $word);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user