diff options
author | Brian Drummond <brian@shapes.demon.co.uk> | 2013-12-24 16:54:03 +0000 |
---|---|---|
committer | Brian Drummond <brian@shapes.demon.co.uk> | 2013-12-24 16:54:03 +0000 |
commit | 663b942b97aa629489eb06b53ecb6682e9f5fbac (patch) | |
tree | 34286e5d5b448b49c50497f1406b43c7b1bf0cf7 /testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements | |
parent | 0a96f62124b33a501dafa2da71dc890aad386491 (diff) | |
download | ghdl-663b942b97aa629489eb06b53ecb6682e9f5fbac.tar.gz ghdl-663b942b97aa629489eb06b53ecb6682e9f5fbac.tar.bz2 ghdl-663b942b97aa629489eb06b53ecb6682e9f5fbac.zip |
Testsuite changes to elaborate and run tests marked run_compliant_test
Diffstat (limited to 'testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements')
-rw-r--r-- | testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl index c10bd2211..0223d6d94 100644 --- a/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl +++ b/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/statements/block-statements/simple-grouping-block.vhdl @@ -20,7 +20,7 @@ begin -- only begin if delay_line_out = '1' then assert now = 1 ns report "TEST FAILED - delay did not happen as expected!" severity FAILURE; - assert not(now = 1 ns) report "TEST PASSED" severity FAILURE; + assert not(now = 1 ns) report "TEST PASSED" severity WARNING; end if; end process; end only; |