=str - Minor touchups to GraphInterpreter and GraphAssembly

This commit is contained in:
Viktor Klang 2015-10-26 10:48:22 +01:00
parent 630bd948d5
commit b8c3a5c664
4 changed files with 77 additions and 49 deletions

View file

@ -43,7 +43,7 @@ class GraphInterpreterSpec extends GraphInterpreterSpecKit {
val sink = new DownstreamProbe[Int]("sink")
// Constructing an assembly by hand and resolving ambiguities
val assembly = GraphAssembly(
val assembly = new GraphAssembly(
stages = Array(identity, identity),
ins = Array(identity.in, identity.in, null),
inOwners = Array(0, 1, -1),