Merge branch 'branch-fix' into asm-gen
This commit is contained in:
commit
fb91dc89ee
@ -1,6 +1,6 @@
|
||||
package wacc
|
||||
|
||||
import org.scalatest.{ParallelTestExecution, BeforeAndAfterAll}
|
||||
import org.scalatest.BeforeAndAfterAll
|
||||
import org.scalatest.flatspec.AnyFlatSpec
|
||||
import org.scalatest.Inspectors.forEvery
|
||||
import java.io.File
|
||||
@ -8,7 +8,7 @@ import sys.process._
|
||||
import java.io.PrintStream
|
||||
import scala.io.Source
|
||||
|
||||
class ParallelExamplesSpec extends AnyFlatSpec with BeforeAndAfterAll with ParallelTestExecution {
|
||||
class ParallelExamplesSpec extends AnyFlatSpec with BeforeAndAfterAll {
|
||||
val files =
|
||||
allWaccFiles("wacc-examples/valid").map { p =>
|
||||
(p.toString, List(0))
|
||||
|
Loading…
x
Reference in New Issue
Block a user