github.com/n1ghtfa1l/go-vnt@v0.6.4-alpha.6/core/wavm/tests/mutable_test.go (about)

     1  package tests
     2  
     3  import (
     4  	"path/filepath"
     5  	"testing"
     6  )
     7  
     8  var mutableJsonPath = filepath.Join("", "mutable.json")
     9  
    10  func TestMutable(t *testing.T) {
    11  	run(t, mutableJsonPath)
    12  }