diff options
Diffstat (limited to 'testsuite/pyunit/Current.vhdl')
-rw-r--r-- | testsuite/pyunit/Current.vhdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/Current.vhdl b/testsuite/pyunit/Current.vhdl index ed86e0614..874844590 100644 --- a/testsuite/pyunit/Current.vhdl +++ b/testsuite/pyunit/Current.vhdl @@ -35,12 +35,12 @@ architecture behav of entity_1 is -- file f : text; - function foo generic(g : int8) (a : integer; b : boolean) return bit is + function func (a : integer; b : boolean) return bit is begin end function; - shared variable foo : bob; + shared variable pt_var : lib.pack.prot; procedure proc(spam : egg) is begin |