summaryrefslogtreecommitdiff
path: root/test/files/run/t3835.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3835.scala')
-rw-r--r--test/files/run/t3835.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3835.scala b/test/files/run/t3835.scala
index 1f0e35a89a..49e591195f 100644
--- a/test/files/run/t3835.scala
+++ b/test/files/run/t3835.scala
@@ -1,4 +1,4 @@
-object Test extends Application {
+object Test extends App {
println((1, 2, 3) match { case (r, \u03b8, \u03c6) => r + \u03b8 + \u03c6 })
println(1 match { case \u00e9 => \u00e9 })
}