aboutsummaryrefslogtreecommitdiffstats
path: root/tests/98-attribute-class-OK.asn1.-P
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-03-14 03:08:15 -0700
committerLev Walkin <vlm@lionet.info>2016-03-14 03:08:19 -0700
commit7c1dc05f0e10ede24f577fe4b9fa0fdf8036e1f2 (patch)
treed2ce8184f4f7a8a7157967378be8ea39679798df /tests/98-attribute-class-OK.asn1.-P
parentc6cac8e958ef898fc2d36cc4ef354ff599711731 (diff)
do not use reserved identifiers, contd
Diffstat (limited to 'tests/98-attribute-class-OK.asn1.-P')
-rw-r--r--tests/98-attribute-class-OK.asn1.-P2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/98-attribute-class-OK.asn1.-P b/tests/98-attribute-class-OK.asn1.-P
index dba5ed3e..cf2f5b79 100644
--- a/tests/98-attribute-class-OK.asn1.-P
+++ b/tests/98-attribute-class-OK.asn1.-P
@@ -26,7 +26,7 @@ memb_identifier_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfailcb, void *app_key) {
if(!sptr) {
- _ASN_CTFAIL(app_key, td, sptr,
+ ASN__CTFAIL(app_key, td, sptr,
"%s: value not given (%s:%d)",
td->name, __FILE__, __LINE__);
return -1;