aboutsummaryrefslogtreecommitdiffstats
path: root/tests/39-sequence-of-OK.asn1.-P
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-17 06:32:12 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-09-17 06:32:12 +0000
commitb47f48e60c2687e9fe7b2d8b5347a2188278d50f (patch)
treefbbd26e445d6b7f7c927ef21cb207c224057da80 /tests/39-sequence-of-OK.asn1.-P
parent9e4815dfbeea7d10aa9ce874d4020acb51b865a6 (diff)
better type naming
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@351 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/39-sequence-of-OK.asn1.-P')
-rw-r--r--tests/39-sequence-of-OK.asn1.-P2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/39-sequence-of-OK.asn1.-P b/tests/39-sequence-of-OK.asn1.-P
index 81ac16d9..04b9948d 100644
--- a/tests/39-sequence-of-OK.asn1.-P
+++ b/tests/39-sequence-of-OK.asn1.-P
@@ -17,7 +17,7 @@ extern asn1_TYPE_descriptor_t asn1_DEF_T;
typedef struct T {
INTEGER_t int;
struct collection {
- A_SEQUENCE_OF(struct T2) list;
+ A_SEQUENCE_OF(T2_t) list;
/* Context for parsing across buffer boundaries */
ber_dec_ctx_t _ber_dec_ctx;