diff options
Diffstat (limited to 'testsuite/pyunit/libghdl/func_fail.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/func_fail.vhdl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/pyunit/libghdl/func_fail.vhdl b/testsuite/pyunit/libghdl/func_fail.vhdl index 6b71cc6f2..68ff2b80e 100644 --- a/testsuite/pyunit/libghdl/func_fail.vhdl +++ b/testsuite/pyunit/libghdl/func_fail.vhdl @@ -1,6 +1,4 @@ package p is - constant c : natural := 1; - -- as functions are longer in definitions, it might be written before function log2(param : positive) return natural; end p; |