diff options
Diffstat (limited to 'tests/trmacros/tmatrix.nim')
-rw-r--r-- | tests/trmacros/tmatrix.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trmacros/tmatrix.nim b/tests/trmacros/tmatrix.nim index c825a7792..f409434c5 100644 --- a/tests/trmacros/tmatrix.nim +++ b/tests/trmacros/tmatrix.nim @@ -24,6 +24,6 @@ macro optOps{ (`+`|`-`|`*`) ** a }(a: TMat): expr = var x, y, z: TMat -echo x + y * z - x +echo x + y * z - x #echo x + y + z |