Low level interpreter tests working without GraphAssembly #22423

This commit is contained in:
Johan Andrén 2017-03-07 17:06:41 +01:00 committed by GitHub
parent 44260fe5d3
commit c028b550f2
26 changed files with 354 additions and 575 deletions

View file

@ -1,7 +1,7 @@
/**
* Copyright (C) 2009-2017 Lightbend Inc. <http://www.lightbend.com>
*/
/* FIXME enable again
package akka.stream.impl.fusing
import akka.stream.impl.ConstantFun
@ -632,4 +632,3 @@ class InterpreterSpec extends StreamSpec with GraphInterpreterSpecKit {
}
}
*/