summary refs log tree commit diff stats
path: root/tests/bind
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-31 12:38:26 +0200
committerAraq <rumpf_a@web.de>2014-08-31 12:38:26 +0200
commit697789a3134b7923edd3fe1bd14faa23da6be35c (patch)
tree6494edec5182351fe6044c8ead7d7955769ee96d /tests/bind
parentae548a696f7177621fd395182760e86e96849e93 (diff)
downloadNim-697789a3134b7923edd3fe1bd14faa23da6be35c.tar.gz
prettified some async modules
Diffstat (limited to 'tests/bind')
-rw-r--r--tests/bind/tnicerrorforsymchoice.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bind/tnicerrorforsymchoice.nim b/tests/bind/tnicerrorforsymchoice.nim
index 4e7a271b3..a0e9091c3 100644
--- a/tests/bind/tnicerrorforsymchoice.nim
+++ b/tests/bind/tnicerrorforsymchoice.nim
@@ -1,6 +1,6 @@
 discard """
   line: 18
-  errormsg: "type mismatch: got (proc (TScgi) | proc (PAsyncSocket, PStringTable, string){.gcsafe.})"
+  errormsg: "type mismatch: got (proc (TScgi) | proc (AsyncSocket, StringTableRef, string){.gcsafe.})"
 """
 
 #bug #442