fix default constraint checking
diff --git a/tests/105-param-2-OK.asn1.-Pfwide-types b/tests/105-param-2-OK.asn1.-Pfwide-types
index 4a9cb78..33fa484 100644
--- a/tests/105-param-2-OK.asn1.-Pfwide-types
+++ b/tests/105-param-2-OK.asn1.-Pfwide-types
@@ -241,6 +241,7 @@
 SignedREAL_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
 	td->free_struct    = asn_DEF_SIGNED_16P0.free_struct;
 	td->print_struct   = asn_DEF_SIGNED_16P0.print_struct;
+	td->check_constraints = asn_DEF_SIGNED_16P0.check_constraints;
 	td->ber_decoder    = asn_DEF_SIGNED_16P0.ber_decoder;
 	td->der_encoder    = asn_DEF_SIGNED_16P0.der_encoder;
 	td->xer_decoder    = asn_DEF_SIGNED_16P0.xer_decoder;
@@ -365,6 +366,7 @@
 SignedSET_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
 	td->free_struct    = asn_DEF_SIGNED_16P1.free_struct;
 	td->print_struct   = asn_DEF_SIGNED_16P1.print_struct;
+	td->check_constraints = asn_DEF_SIGNED_16P1.check_constraints;
 	td->ber_decoder    = asn_DEF_SIGNED_16P1.ber_decoder;
 	td->der_encoder    = asn_DEF_SIGNED_16P1.der_encoder;
 	td->xer_decoder    = asn_DEF_SIGNED_16P1.xer_decoder;