create weaver stub

This commit is contained in:
Mark Canlas 2022-11-19 21:55:31 -05:00
parent 6582f866fb
commit 202a1eeba4
2 changed files with 16 additions and 6 deletions

View File

@ -1,6 +0,0 @@
package com.htmlism.scratchpad
import org.scalatest.propspec._
import org.scalatest.matchers.should._
class FeaturePropSpec extends AnyPropSpec with Matchers

View File

@ -0,0 +1,16 @@
package com.htmlism.scratchpad
import weaver._
object MoveSuite extends FunSuite:
test("move constant") {
success
}
test("move register") {
success
}
test("move register, indexed") {
success
}