Split out the loader from the VM
This commit is contained in:
12
test/load_test.go
Normal file
12
test/load_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
import "testing"
|
||||
|
||||
import "github.com/firestuff/subcoding/load"
|
||||
|
||||
func TestLoad(t *testing.T) {
|
||||
_, err := load.Load(nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user