Fixed test-case after merge (removed duplicate part).

This commit is contained in:
dlenev@mockturtle.local 2006-09-29 12:27:21 +04:00
parent a4ee7ec153
commit b0e896960c

View file

@ -6319,17 +6319,6 @@ call bug21416()|
drop procedure bug21416|
#
# BUG#21416: SP: Recursion level higher than zero needed for non-recursive call
#
--disable_warnings
drop procedure if exists bug21416|
--enable_warnings
create procedure bug21416() show create procedure bug21416|
call bug21416()|
drop procedure bug21416|
#
# BUG#21414: SP: Procedure undroppable, to some extent
#