diff options
Diffstat (limited to 'tests/concepts/tmapconcept.nim')
-rw-r--r-- | tests/concepts/tmapconcept.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/concepts/tmapconcept.nim b/tests/concepts/tmapconcept.nim index 5082fcb61..6b959eff2 100644 --- a/tests/concepts/tmapconcept.nim +++ b/tests/concepts/tmapconcept.nim @@ -3,7 +3,7 @@ output: '''10 10 1''' -msg: ''' +nimout: ''' K=string V=int K=int64 V=string K=int V=int |