make tests green again

This commit is contained in:
Araq
2018-01-15 00:09:11 +01:00
parent 9a60eae631
commit 2d907ac334

View File

@@ -6,9 +6,9 @@ but expected one of:
proc test(foo: Foo[int])
t3330.nim(25, 8) Hint: Non-matching candidates for add(k, string, T)
proc add(x: var string; y: string)
proc add(result: var string; x: float)
proc add(x: var string; y: char)
proc add(result: var string; x: int64)
proc add(result: var string; x: float)
proc add(x: var string; y: cstring)
proc add[T](x: var seq[T]; y: openArray[T])
proc add[T](x: var seq[T]; y: T)