From 5b315ffc640c085c89508bd9bff9f88147ebe04e Mon Sep 17 00:00:00 2001
From: Tristan Gingold <tgingold@free.fr>
Date: Sat, 1 Jun 2019 07:35:11 +0200
Subject: sanity/004all08: add a line comment.

---
 testsuite/sanity/004all08/all08.vhdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
cgit v1.2.3