summaryrefslogtreecommitdiff
path: root/test/files/neg/t2775.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2775.check')
-rw-r--r--test/files/neg/t2775.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2775.check b/test/files/neg/t2775.check
index 2c901665d6..934a970f2e 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