summaryrefslogtreecommitdiff
path: root/test/files/run/bug627.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bug627.scala')
-rw-r--r--test/files/run/bug627.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bug627.scala b/test/files/run/bug627.scala
index 6415694ffe..ecaf150741 100644
--- a/test/files/run/bug627.scala
+++ b/test/files/run/bug627.scala
@@ -1,6 +1,6 @@
object Test {
def main(args: Array[String]) {
- val s: Seq[int] = Array(1, 2, 3, 4)
+ val s: Seq[Int] = Array(1, 2, 3, 4)
println(s)
}
}