Skip to content

Commit 4265f0a

Browse files
committed
test mutation
1 parent ec72406 commit 4265f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-src/epfl/test8-effects/TestMutation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class TestMutation extends FileDiffSuite {
115115

116116
val prefix = home + "test-out/epfl/test8-"
117117

118-
trait DSL extends ArrayMutation with LiftPrimitives with PrimitiveOps with OrderingOps with Variables with IfThenElse with While with RangeOps with Print {
118+
trait DSL extends ArrayMutation with PrimitiveOps with LiftPrimitives with OrderingOps with Variables with IfThenElse with While with RangeOps with Print {
119119
def zeros(l: Rep[Int]) = array(l) { i => 0 }
120120
def mzeros(l: Rep[Int]) = zeros(l).mutable
121121
def infix_toDouble(x: Rep[Int]): Rep[Double] = x.asInstanceOf[Rep[Double]]

0 commit comments

Comments
 (0)