summary refs log tree commit diff stats
path: root/tests/array/tarrayplus.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/array/tarrayplus.nim')
-rw-r--r--tests/array/tarrayplus.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/array/tarrayplus.nim b/tests/array/tarrayplus.nim
index 9e08bbb0a..0ea349f4f 100644
--- a/tests/array/tarrayplus.nim
+++ b/tests/array/tarrayplus.nim
@@ -1,5 +1,5 @@
 discard """
-  errmsg: "type mismatch: got (array[0..2, float], array[0..1, float])"
+  errormsg: "type mismatch: got (array[0..2, float], array[0..1, float])"
 """
 
 proc `+`*[R, T] (v1, v2: array[R, T]): array[R, T] =