aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sanity
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-01 07:35:11 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-01 07:35:11 +0200
commit5b315ffc640c085c89508bd9bff9f88147ebe04e (patch)
tree1fd76cd152745b93373b6a2d84ac9d7c86f35e34 /testsuite/sanity
parentd140456e5a0d4e1168623ac333c964c29dbb134b (diff)
downloadghdl-5b315ffc640c085c89508bd9bff9f88147ebe04e.tar.gz
ghdl-5b315ffc640c085c89508bd9bff9f88147ebe04e.tar.bz2
ghdl-5b315ffc640c085c89508bd9bff9f88147ebe04e.zip
sanity/004all08: add a line comment.
Diffstat (limited to 'testsuite/sanity')
-rw-r--r--testsuite/sanity/004all08/all08.vhdl2
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;