aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-07-29 20:48:05 +0200
committerGitHub <noreply@github.com>2021-07-29 20:48:05 +0200
commitffeafae39d6097b0c1d0a4d63f48afa9654938a1 (patch)
treec63c1f66e20a90903be905fcc7e6c16d47dd1bd1 /testsuite/gna
parent06e02ea0b1e4662b707fdfd07eabc13f1e4ae84d (diff)
downloadghdl-ffeafae39d6097b0c1d0a4d63f48afa9654938a1.tar.gz
ghdl-ffeafae39d6097b0c1d0a4d63f48afa9654938a1.tar.bz2
ghdl-ffeafae39d6097b0c1d0a4d63f48afa9654938a1.zip
libghw: add missing semicolon to physical type formatting (#1825)
Diffstat (limited to 'testsuite/gna')
-rw-r--r--testsuite/gna/issue418/golden_tc749.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue418/golden_tc749.txt b/testsuite/gna/issue418/golden_tc749.txt
index 1b3ea1eae..e455c219a 100644
--- a/testsuite/gna/issue418/golden_tc749.txt
+++ b/testsuite/gna/issue418/golden_tc749.txt
@@ -18,7 +18,7 @@ type time is range <> units
sec = 1000000000000000 fs;
min = 60000000000000000 fs;
hr = 3600000000000000000 fs;
-end units
+end units;
subtype time is time range -9223372036854775808 to 9223372036854775807;
type time_vector is array (natural range <>) of time;
type natural_vector is array (natural range <>) of natural;