summaryrefslogtreecommitdiff
path: root/test/files/run/t7336.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7336.scala')
-rw-r--r--test/files/run/t7336.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7336.scala b/test/files/run/t7336.scala
index ace83f2c1f..21b0be5446 100644
--- a/test/files/run/t7336.scala
+++ b/test/files/run/t7336.scala
@@ -9,7 +9,7 @@ import scala.concurrent.duration.Duration
* resulting in a speedy OutOfMemoryError. Now, each array should be freed soon
* after it is created and the test should complete without problems.
*/
-object Test {
+object Test {
def main(args: Array[String]) {
def loop(i: Int, arraySize: Int): Future[Unit] = {
val array = new Array[Byte](arraySize)