summary refs log tree commit diff stats
path: root/tests/bind
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-08-25 20:21:08 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-08-25 20:21:08 +0200
commitd1e199e0d89c48628a5452551d50b145b0302ed8 (patch)
tree9275d3ffeed78719ad46f03217cf4caef83d55d4 /tests/bind
parent54cc7023511fcd0cf72fcdd18c1af30cb0901b2a (diff)
downloadNim-d1e199e0d89c48628a5452551d50b145b0302ed8.tar.gz
make tests green again
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 5145fdcff..bd00188fa 100644
--- a/tests/bind/tnicerrorforsymchoice.nim
+++ b/tests/bind/tnicerrorforsymchoice.nim
@@ -1,6 +1,6 @@
 discard """
   line: 18
-  errormsg: "type mismatch: got (proc (s: TScgi) | proc (client: AsyncSocket, headers: StringTableRef, input: string){.gcsafe, locks: 0.}"
+  errormsg: "type mismatch: got (proc (s: TScgi) | proc (client: AsyncSocket, headers: StringTableRef, input: string){.noSideEffect, gcsafe, locks: 0.}"
 """
 
 #bug #442