aboutsummaryrefslogtreecommitdiffstats
path: root/tests/42-real-life-OK.asn1.-PR
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-08-14 15:03:31 +0000
committerLev Walkin <vlm@lionet.info>2005-08-14 15:03:31 +0000
commit0f5d74c6d35efd3de68b83ae703e5326686cfee9 (patch)
treeeda464238a1a532e00333d16a48485972888272b /tests/42-real-life-OK.asn1.-PR
parenta02fb390b0f3da827f1672aa963190ba35b962ca (diff)
unions are not anonymous
Diffstat (limited to 'tests/42-real-life-OK.asn1.-PR')
-rw-r--r--tests/42-real-life-OK.asn1.-PR2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/42-real-life-OK.asn1.-PR b/tests/42-real-life-OK.asn1.-PR
index 09aed561..f0aef03d 100644
--- a/tests/42-real-life-OK.asn1.-PR
+++ b/tests/42-real-life-OK.asn1.-PR
@@ -339,7 +339,7 @@ typedef enum VariablePart_PR {
typedef struct VariablePart {
VariablePart_PR present;
- union {
+ union VariablePart_u {
struct vset {
A_SET_OF(VisibleString_t) list;