nystrom / scsc

10 stars 1 forks source link

Imports in `src/test/scala/sc/js/machine/EvalSpec.scala`. #2

Open sergei-romanenko opened 10 months ago

sergei-romanenko commented 10 months ago

In src/test/scala/sc/js/machine/EvalSpec.scala the lines

  import scsc.js.JS._
  import scsc.js.Eval
  import terms._

have to be replaced with

import sc.js.machine.JS._
import sc.js.machine.Eval