From 717766af27f295d9c91cf86e17c2a9573d2cc3ad Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sun, 6 May 2012 21:13:56 +0200 Subject: minor tag-related fixes --- test/files/neg/t2775.check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/files') 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 -- cgit v1.2.3