aboutsummaryrefslogtreecommitdiffstats
path: root/tests/89-bit-string-enum-OK.asn1.-Pfcompound-names
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-14 15:03:31 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-14 15:03:31 +0000
commit2e77428c4242738f3a94e4942fc7bcc6f58d7f82 (patch)
treeeda464238a1a532e00333d16a48485972888272b /tests/89-bit-string-enum-OK.asn1.-Pfcompound-names
parent9c7c480f19cbfa94de3ddcc815b4e6473d1ea7fb (diff)
unions are not anonymous
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@961 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/89-bit-string-enum-OK.asn1.-Pfcompound-names')
-rw-r--r--tests/89-bit-string-enum-OK.asn1.-Pfcompound-names2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/89-bit-string-enum-OK.asn1.-Pfcompound-names b/tests/89-bit-string-enum-OK.asn1.-Pfcompound-names
index 1fe136a4..9ac69a29 100644
--- a/tests/89-bit-string-enum-OK.asn1.-Pfcompound-names
+++ b/tests/89-bit-string-enum-OK.asn1.-Pfcompound-names
@@ -19,7 +19,7 @@ typedef enum T__bs {
typedef struct T {
T_PR present;
- union {
+ union T_u {
BIT_STRING_t bs;
} choice;