summaryrefslogtreecommitdiff
path: root/test/files/run/complicatedmatch.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/complicatedmatch.scala')
-rw-r--r--test/files/run/complicatedmatch.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/complicatedmatch.scala b/test/files/run/complicatedmatch.scala
index 681029aa13..1676a4115a 100644
--- a/test/files/run/complicatedmatch.scala
+++ b/test/files/run/complicatedmatch.scala
@@ -7,7 +7,7 @@ object Even{
}
object Test extends App{
- val LongWord = "supercalifragilisticexpialadocious";
+ val LongWord = "supercalifragilisticexpialidocious";
def foo(x : Int, y : String) : Int = (x, y) match {
case (Even(i), "bar") => 1