From a523865a36f56882d1d0653ba9b98c65138627f5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 16 Aug 2019 09:01:11 +0200 Subject: testsuite/python: fix test name (to follow the testsuite.sh convention) --- testsuite/python/units01/demo.vhdl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testsuite/python/units01/demo.vhdl (limited to 'testsuite/python/units01/demo.vhdl') diff --git a/testsuite/python/units01/demo.vhdl b/testsuite/python/units01/demo.vhdl new file mode 100644 index 000000000..4e40f7e94 --- /dev/null +++ b/testsuite/python/units01/demo.vhdl @@ -0,0 +1,7 @@ +entity e1 is +end e1; + +architecture behav of e1 is +begin + assert false report "arch" severity note; +end behav; -- cgit v1.2.3