aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t4579.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t4579.scala')
-rw-r--r--tests/pending/pos/t4579.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/pos/t4579.scala b/tests/pending/pos/t4579.scala
index b298ee579..0db527318 100644
--- a/tests/pending/pos/t4579.scala
+++ b/tests/pending/pos/t4579.scala
@@ -312,7 +312,7 @@ object LispAny extends Lisp {
case 'cond :: ('else :: expr :: Nil) :: rest =>
normalize(expr);
case 'cond :: (test :: expr :: Nil) :: rest =>
- normalize('if :: test :: expr :: ('cond :: rest) :: Nil)
+ normalize('if :: test :: expr :: ('cond :: rest) :: Nil)
case 'cond :: 'else :: expr :: Nil =>
normalize(expr)
case h :: t =>