aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test_util.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm_test_util.go')
-rw-r--r--tests/vm_test_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm_test_util.go b/tests/vm_test_util.go
index 55036ed82..28e0c3f40 100644
--- a/tests/vm_test_util.go
+++ b/tests/vm_test_util.go
@@ -19,7 +19,7 @@ func RunVmTest(p string) error {
}
tests := make(map[string]VmTest)
- err := CreateFileTests(p, &tests)
+ err := readTestFile(p, &tests)
if err != nil {
return err
}