aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-01 03:37:01 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-01 03:37:01 +0200
commit936e3917bfdd298dd67b8866e25fae5a1e74317d (patch)
treee14e78920deab0868033b2f617fb459f2c93d242 /testsuite/vests/vhdl-93
parent777f73f67f0f2d18f73dc223a2d941ece31d0c9e (diff)
downloadghdl-936e3917bfdd298dd67b8866e25fae5a1e74317d.tar.gz
ghdl-936e3917bfdd298dd67b8866e25fae5a1e74317d.tar.bz2
ghdl-936e3917bfdd298dd67b8866e25fae5a1e74317d.zip
Fix vests test tc43.
Diffstat (limited to 'testsuite/vests/vhdl-93')
-rw-r--r--testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd b/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd
index a48679ee8..bd3e9e2db 100644
--- a/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd
+++ b/testsuite/vests/vhdl-93/billowitch/compliant/tc43.vhd
@@ -32,7 +32,9 @@ ENTITY c04s03b01x01p02n01i00043ent IS
END c04s03b01x01p02n01i00043ent;
ARCHITECTURE c04s03b01x01p02n01i00043arch OF c04s03b01x01p02n01i00043ent IS
- constant integer:integer := 1; -- No_failure_here
+ -- constant integer:integer := 1; -- No_failure_here
+ -- According to scopes and visibility rules, this test is not correct.
+ constant integer:natural := 1;
BEGIN
TESTING: PROCESS
BEGIN