REAL constraint ranges fixed after Corrigendum 1
diff --git a/tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1 b/tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1
index f018ec0..11abf12 100644
--- a/tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1
+++ b/tests/tests-asn1c-compiler/154-with-REAL-components-OK.asn1
@@ -16,22 +16,22 @@
 
     Indirect-IEEE-binary32 ::= UnconstrainedREAL (WITH COMPONENTS {
                                     mantissa (-16777215..16777215),
-                                    base (2), exponent (-323..292)})
+                                    base (2), exponent (-149..104)})
 
     -- X.696 (08/2005) #12.2 and #12.3
 
     -- IEEE 754 encoding single precision 
     IEEE-binary32-w ::= REAL (WITH COMPONENTS { 
                 mantissa (-16777215..16777215),
-                base (2), exponent (-323..292)})
+                base (2), exponent (-149..104)})
 
     IEEE-binary32-0w ::= REAL (0 | WITH COMPONENTS { 
                 mantissa (-16777215..16777215),
-                base (2), exponent (-323..292)})
+                base (2), exponent (-149..104)})
 
     IEEE-binary32-w0 ::= REAL (WITH COMPONENTS { 
                 mantissa (-16777215..16777215),
-                base (2), exponent (-323..292)} | 0)
+                base (2), exponent (-149..104)} | 0)
 
     -- IEEE 754 encoding double precision 
     IEEE-binary64-w ::= REAL (WITH COMPONENTS {