summaryrefslogtreecommitdiff
path: root/test/files/neg/multi-array.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/multi-array.check')
-rw-r--r--test/files/neg/multi-array.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/multi-array.check b/test/files/neg/multi-array.check
index 511caa126f..6bdeb34c9e 100644
--- a/test/files/neg/multi-array.check
+++ b/test/files/neg/multi-array.check
@@ -1,4 +1,4 @@
multi-array.scala:7: error: too many arguments for constructor Array: (_length: Int)Array[T]
val a: Array[Int] = new Array(10, 10)
- ^
+ ^
one error found