summaryrefslogtreecommitdiff
path: root/test/files/neg/t2775.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-05-06 21:13:56 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-05-07 10:34:33 +0200
commit717766af27f295d9c91cf86e17c2a9573d2cc3ad (patch)
treec87c3dd5bffb648acb6f5be65927062327078e85 /test/files/neg/t2775.check
parent7cac6334d4437ff54c4979799574045501f64135 (diff)
downloadscala-717766af27f295d9c91cf86e17c2a9573d2cc3ad.tar.gz
scala-717766af27f295d9c91cf86e17c2a9573d2cc3ad.tar.bz2
scala-717766af27f295d9c91cf86e17c2a9573d2cc3ad.zip
minor tag-related fixes
Diffstat (limited to 'test/files/neg/t2775.check')
-rw-r--r--test/files/neg/t2775.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/t2775.check b/test/files/neg/t2775.check
index f357221cd9..a1e950cf73 100644
--- a/test/files/neg/t2775.check
+++ b/test/files/neg/t2775.check
@@ -1,4 +1,4 @@
-t2775.scala:1: error: cannot find class tag for element type B.this.T
-trait B[S] { type T = S; val c = new Array[T](1) }
- ^
-one error found
+t2775.scala:1: error: cannot find array tag for element type B.this.T
+trait B[S] { type T = S; val c = new Array[T](1) }
+ ^
+one error found