diff options
Diffstat (limited to 'tests/errmsgs/t16654.nim')
-rw-r--r-- | tests/errmsgs/t16654.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t16654.nim b/tests/errmsgs/t16654.nim index 749707c06..b2b57619b 100644 --- a/tests/errmsgs/t16654.nim +++ b/tests/errmsgs/t16654.nim @@ -1,6 +1,6 @@ discard """ cmd: "nim check $options $file" - errormsg: "type mismatch: got <int> but expected 'float'" + errormsg: "type mismatch: got <int literal(1), proc (r: GenericParam): auto>" """ when true: # bug #16654 |