Update epoll_data test namespace

This commit is contained in:
R. Tyler Croy 2011-02-17 23:00:28 -08:00
parent 8fac9b2f9e
commit ade4bb22d8
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
with System;
with Ada.Text_IO;
with Interfaces.C;
with Epoll;
with Async.Epoll;
use Ada.Text_IO;
use System;
procedure Epoll.Test is
procedure Async.Epoll.Test is
Test_Failed : exception;
procedure Start (Name : in String) is
@ -70,4 +70,4 @@ begin
end if;
end U64_Test;
Passed;
end Epoll.Test;
end Async.Epoll.Test;