aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/process_fail.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/libghdl/process_fail.vhdl')
-rw-r--r--testsuite/pyunit/libghdl/process_fail.vhdl9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/pyunit/libghdl/process_fail.vhdl b/testsuite/pyunit/libghdl/process_fail.vhdl
deleted file mode 100644
index 819e5ea6e..000000000
--- a/testsuite/pyunit/libghdl/process_fail.vhdl
+++ /dev/null
@@ -1,9 +0,0 @@
-architecture arch of e is
- signal s, s_n : bit;
-begin
- -- Comment
- p : process (s)
- begin
- s <= not s_n;
- end process;
-end arch;