summaryrefslogtreecommitdiff
path: root/test/files/neg/classtags_contextbound_c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/classtags_contextbound_c.check')
-rw-r--r--test/files/neg/classtags_contextbound_c.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/classtags_contextbound_c.check b/test/files/neg/classtags_contextbound_c.check
index a1c5eddfe1..73b451d61c 100644
--- a/test/files/neg/classtags_contextbound_c.check
+++ b/test/files/neg/classtags_contextbound_c.check
@@ -1,4 +1,4 @@
-classtags_contextbound_c.scala:2: error: No ArrayTag available for T
+classtags_contextbound_c.scala:4: error: No ArrayTag available for T
def mkArray[T] = Array[T]()
^
one error found