Error: The run phase must start at time 0

In reply to dave_59:

what is the need of run_test getting started at 0 time only?

if I write,
initial begin
#10ns;
run_test(“base_test”)
end

it gives an error which is mentioned above.