diff options
Diffstat (limited to 'tests/misc/t12869.nim')
-rw-r--r-- | tests/misc/t12869.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/t12869.nim b/tests/misc/t12869.nim index 731a4e95e..054e28a03 100644 --- a/tests/misc/t12869.nim +++ b/tests/misc/t12869.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "type mismatch: got <bool> but expected 'int'" + errormsg: "type mismatch: got <openArray[int], proc (x: GenericParam, y: GenericParam): auto, SortOrder>" line: 12 """ |