diff --git a/engine/runtime-integration-tests/src/test/scala/org/enso/compiler/test/pass/analyse/TailCallTest.scala b/engine/runtime-integration-tests/src/test/scala/org/enso/compiler/test/pass/analyse/TailCallTest.scala index 9c43ed45d6bd..119e0269cd82 100644 --- a/engine/runtime-integration-tests/src/test/scala/org/enso/compiler/test/pass/analyse/TailCallTest.scala +++ b/engine/runtime-integration-tests/src/test/scala/org/enso/compiler/test/pass/analyse/TailCallTest.scala @@ -242,12 +242,12 @@ class TailCallTest extends MiniPassTest { .asInstanceOf[IfThenElse] .falseBranch .get -/* + /* .asInstanceOf[Application.Prefix] .arguments .apply(2) .value -*/ + */ .asInstanceOf[Expression.Block] .returnValue .asInstanceOf[Application.Prefix]