diff options
-rw-r--r-- | testsuite/sanity/004all08/all08.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/sanity/004all08/all08.vhdl b/testsuite/sanity/004all08/all08.vhdl index a20b81152..d36eed366 100644 --- a/testsuite/sanity/004all08/all08.vhdl +++ b/testsuite/sanity/004all08/all08.vhdl @@ -27,7 +27,7 @@ package pkg is nm = 10 angstrom; um = 1000 nm; mm = 1000 um; - cm = 10 mm; + cm = 10 mm; -- Large unit. end units; type my_float is range 0.0 to 1.0e20; |