diff options
author | Araq <rumpf_a@web.de> | 2014-08-31 12:38:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-31 12:38:26 +0200 |
commit | 697789a3134b7923edd3fe1bd14faa23da6be35c (patch) | |
tree | 6494edec5182351fe6044c8ead7d7955769ee96d /tests/bind | |
parent | ae548a696f7177621fd395182760e86e96849e93 (diff) | |
download | Nim-697789a3134b7923edd3fe1bd14faa23da6be35c.tar.gz |
prettified some async modules
Diffstat (limited to 'tests/bind')
-rw-r--r-- | tests/bind/tnicerrorforsymchoice.nim | 2 |
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 |