diff options
Diffstat (limited to 'tests/concepts/tmatrixconcept.nim')
-rw-r--r-- | tests/concepts/tmatrixconcept.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/concepts/tmatrixconcept.nim b/tests/concepts/tmatrixconcept.nim index dd5a080b6..ca31f5942 100644 --- a/tests/concepts/tmatrixconcept.nim +++ b/tests/concepts/tmatrixconcept.nim @@ -1,6 +1,6 @@ discard """ output: "0\n0\n0" -msg: ''' +nimout: ''' R=3 C=3 TE=9 FF=14 FC=20 T=int R=3 C=3 T=int ''' |