mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-15 00:08:07 -04:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
create or replace package conversion_test
|
|
as
|
|
procedure testAll;
|
|
|
|
procedure testObjects;
|
|
procedure testObjvars;
|
|
procedure testScripts;
|
|
end;
|
|
/
|