aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/python/001units/demo.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/python/001units/demo.vhdl')
-rw-r--r--testsuite/python/001units/demo.vhdl7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/python/001units/demo.vhdl b/testsuite/python/001units/demo.vhdl
deleted file mode 100644
index 4e40f7e94..000000000
--- a/testsuite/python/001units/demo.vhdl
+++ /dev/null
@@ -1,7 +0,0 @@
-entity e1 is
-end e1;
-
-architecture behav of e1 is
-begin
- assert false report "arch" severity note;
-end behav;