Skip to content

Commit 168153d

Browse files
committed
test worklist
1 parent a4e0590 commit 168153d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-out/epfl/test10-worklist1.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ val x23 = LoopArray(100) { x22 =>
6060
}
6161
val x28 = LoopArray(100) { x25 =>
6262
val x26 = x23.apply(x25)
63-
val x27 = x26+x26
63+
val x27 = x26 + x26
6464
x27
6565
}
6666
val x34 = LoopArray(100) { x30 =>
6767
val x31 = x23.apply(x30)
6868
val x32 = x28.apply(x30)
69-
val x33 = x31+x32
69+
val x33 = x31 + x32
7070
x33
7171
}
7272
val x35 = new VectorDouble(x34,100)

0 commit comments

Comments
 (0)