*** empty log message ***


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1183 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/49-real-life-OK.asn1 b/tests/49-real-life-OK.asn1
index ef633fc..aeba3b0 100644
--- a/tests/49-real-life-OK.asn1
+++ b/tests/49-real-life-OK.asn1
@@ -19,4 +19,6 @@
 	IMPORTS TypeB FROM ModuleB
         	TypeC FROM ModuleC ;
 
+	Z ::= INTEGER	-- Can't specify only EXPORTS & IMPOTS
+
 END
diff --git a/tests/49-real-life-OK.asn1.-E b/tests/49-real-life-OK.asn1.-E
index 7167768..018bc6b 100644
--- a/tests/49-real-life-OK.asn1.-E
+++ b/tests/49-real-life-OK.asn1.-E
@@ -3,4 +3,6 @@
 DEFINITIONS ::=
 BEGIN
 
+Z ::= INTEGER
+
 END