summaryrefslogtreecommitdiff
path: root/test/files/run/tuples.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/tuples.scala')
-rw-r--r--test/files/run/tuples.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/tuples.scala b/test/files/run/tuples.scala
index b32c856afe..4854e36c96 100644
--- a/test/files/run/tuples.scala
+++ b/test/files/run/tuples.scala
@@ -1,6 +1,6 @@
import Function._
-object Test extends Application {
+object Test extends App {
var xyz: (Int, String, Boolean) = _
xyz = (1, "abc", true)
Console.println(xyz)