Skip to content

Commit 5d4377d

Browse files
committed
test mutation 4
1 parent 4c69e78 commit 5d4377d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test-out/epfl/test8-mutation4.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends on Sym(3)
1313
class Test extends ((Int)=>(Unit)) {
1414
def apply(x0:Int): Unit = {
1515
val x2 = LoopArray(100) { x1 =>
16-
0.0
16+
0
1717
}
1818
val x3 = x2.clone // mutable
1919
val x5 = LoopArray(10) { x4 =>

test-out/epfl/test8-mutation4b.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends on Sym(3)
1515
class Test extends ((Int)=>(Unit)) {
1616
def apply(x0:Int): Unit = {
1717
val x2 = LoopArray(100) { x1 =>
18-
0.0
18+
0
1919
}
2020
val x3 = x2.clone // mutable
2121
val x5 = LoopArray(10) { x4 =>

test-out/epfl/test8-mutation4c.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ depends on Sym(8)
88
class Test extends ((Int)=>(Unit)) {
99
def apply(x0:Int): Unit = {
1010
val x2 = LoopArray(100) { x1 =>
11-
0.0
11+
0
1212
}
1313
val x3 = x2.clone // mutable
1414
val x7 = LoopArray(10) { x4 =>

0 commit comments

Comments
 (0)