diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-01 07:35:11 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-01 07:35:11 +0200 |
commit | 5b315ffc640c085c89508bd9bff9f88147ebe04e (patch) | |
tree | 1fd76cd152745b93373b6a2d84ac9d7c86f35e34 /testsuite | |
parent | d140456e5a0d4e1168623ac333c964c29dbb134b (diff) | |
download | ghdl-5b315ffc640c085c89508bd9bff9f88147ebe04e.tar.gz ghdl-5b315ffc640c085c89508bd9bff9f88147ebe04e.tar.bz2 ghdl-5b315ffc640c085c89508bd9bff9f88147ebe04e.zip |
sanity/004all08: add a line comment.
Diffstat (limited to 'testsuite')
-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; |