aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/array.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/array.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/array.vhdl4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/pyunit/libghdl/array.vhdl b/testsuite/pyunit/libghdl/array.vhdl
deleted file mode 100644
index 69db03d15..000000000
--- a/testsuite/pyunit/libghdl/array.vhdl
+++ /dev/null
@@ -1,4 +0,0 @@
-package p is
- -- Comment for :vec:
- type vec is array(natural) of bit_vector(0 to 1);
-end p;