Skip to content

Commit 84e81e1

Browse files
committed
test speculative
1 parent 3f16578 commit 84e81e1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

test-out/epfl/test8-speculative3.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val x35 = x2
1717
val x34 = println(7)
1818
val x36 = println(x35)
1919
val x40 = println(2)
20-
val x38 = x35+1.0
20+
val x38 = x35 + 1.0
2121
x2 = x38
2222
}
2323
val x51 = println(7)

test-out/epfl/test8-speculative5.check

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ val x23 = x22 < 10.0
1313
x23
1414
}) {
1515
// dummy placeholder for previous iteration: List(Sym(25), Sym(26)) = Sym(3) / List(Sym(2), Sym(34))
16-
val x29 = x2 += 1
16+
val x29 = x2 += 1.0
1717
val x27 = println("test")
18-
val x28 = println(7)
18+
val x28 = println(7.0)
1919
}
20-
val x39 = println(7)
20+
val x39 = println(7.0)
2121
x39
2222
}
2323
}
@@ -26,23 +26,23 @@ x39
2626
*******************************************/
2727
compilation: ok
2828
test
29-
7
29+
7.0
3030
test
31-
7
31+
7.0
3232
test
33-
7
33+
7.0
3434
test
35-
7
35+
7.0
3636
test
37-
7
37+
7.0
3838
test
39-
7
39+
7.0
4040
test
41-
7
41+
7.0
4242
test
43-
7
43+
7.0
4444
test
45-
7
45+
7.0
4646
test
47-
7
48-
7
47+
7.0
48+
7.0

0 commit comments

Comments
 (0)