Skip to content

Commit

Permalink
restructure-part4: cleanup test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Mar 3, 2023
1 parent 9791cea commit 257ed7f
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3949,15 +3949,6 @@ class SigmaDslSpecification extends SigmaDslTesting
FuncValue(Vector((1, SByteArray)), ByteArrayToLong(ValUse(1, SByteArray)))))
}

// TODO soft-fork: related to https://github.com/ScorexFoundation/sigmastate-interpreter/issues/427
// TODO costing: expression t._1(t._2) cannot be costed because t is lambda argument
// ignore("Func context variable") {
// val doApply = checkEq(func[(Int => Int, Int), Int]("{ (t: (Int => Int, Int)) => t._1(t._2) }")) { (t: (Int => Int, Int)) => t._1(t._2) }
// val code = compileWithCosting(emptyEnv, s"{ (x: Int) => x + 1 }")
// val ctx = ErgoLikeContext.dummy(fakeSelf)
// doApply((CFunc[Int, Int](ctx, code), 10))
// }

property("Box properties equivalence") {
verifyCases(
{
Expand Down

0 comments on commit 257ed7f

Please sign in to comment.