From 93144485a2f97d6f8f8d8e7565f60cc600f7229e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 24 Oct 2018 05:16:19 +0200 Subject: bug077: strenghten --- testsuite/gna/bug077/repro3.vhdl | 2 +- testsuite/gna/bug077/repro7.vhdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/gna/bug077/repro3.vhdl b/testsuite/gna/bug077/repro3.vhdl index a5b7ab089..5e82965f8 100644 --- a/testsuite/gna/bug077/repro3.vhdl +++ b/testsuite/gna/bug077/repro3.vhdl @@ -9,7 +9,7 @@ architecture behav of repro3 is procedure check (v : my_rec) is begin - assert v.a = '0' and v.w = "01"; + assert v.a = '0' and v.w = "01" severity failure; end check; procedure pack (a : bit; w : bit_vector) is diff --git a/testsuite/gna/bug077/repro7.vhdl b/testsuite/gna/bug077/repro7.vhdl index 8d4d31f2b..0306fc12a 100644 --- a/testsuite/gna/bug077/repro7.vhdl +++ b/testsuite/gna/bug077/repro7.vhdl @@ -9,7 +9,7 @@ architecture behav of repro7 is procedure check (signal v : my_rec) is begin - assert v.a = '0' and v.w = "01"; + assert v.a = '0' and v.w = "01" severity failure; end check; procedure pack (signal a : bit; signal w : bit_vector) is -- cgit v1.2.3