summary refs log tree commit diff stats
path: root/tests/bind/tnicerrorforsymchoice.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-09-21 23:57:54 +0200
committerAraq <rumpf_a@web.de>2014-09-21 23:57:54 +0200
commit3866820eeedd4a219c3d0c09368bb85081bf52ce (patch)
treeeb83901ec503db265c3cb6dbd2f213b97253b6fc /tests/bind/tnicerrorforsymchoice.nim
parent8e523844079aef487705f13b03b43f066ab674c6 (diff)
downloadNim-3866820eeedd4a219c3d0c09368bb85081bf52ce.tar.gz
made some tests green
Diffstat (limited to 'tests/bind/tnicerrorforsymchoice.nim')
-rw-r--r--tests/bind/tnicerrorforsymchoice.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bind/tnicerrorforsymchoice.nim b/tests/bind/tnicerrorforsymchoice.nim
index a0e9091c3..e1ff090dd 100644
--- a/tests/bind/tnicerrorforsymchoice.nim
+++ b/tests/bind/tnicerrorforsymchoice.nim
@@ -5,13 +5,13 @@ discard """
 
 #bug #442
 import scgi, sockets, asyncio, strtabs
-proc handleSCGIRequest[TScgi: TScgiState | PAsyncScgiState](s: TScgi) =
+proc handleSCGIRequest[TScgi: ScgiState | AsyncScgiState](s: TScgi) =
   discard
-proc handleSCGIRequest(client: PAsyncSocket, headers: PStringTable, 
+proc handleSCGIRequest(client: AsyncSocket, headers: StringTableRef, 
                        input: string) =
   discard
 
-proc test(handle: proc (client: PAsyncSocket, headers: PStringTable, 
+proc test(handle: proc (client: AsyncSocket, headers: StringTableRef, 
                         input: string), b: int) =
   discard