Counterpart of https://vanadium-review.googlesource.com/17148

MultiPart: 5/5
Change-Id: I64502b1199ca677e28ab577258c2cc65d5d308eb
diff --git a/vlog/v23_test.go b/vlog/v23_test.go
index 838b188..e53a68c 100644
--- a/vlog/v23_test.go
+++ b/vlog/v23_test.go
@@ -11,12 +11,10 @@
 	"os"
 	"testing"
 
-	"v.io/x/ref/test"
 	"v.io/x/ref/test/modules"
 )
 
 func TestMain(m *testing.M) {
-	test.Init()
 	modules.DispatchAndExitIfChild()
 	os.Exit(m.Run())
 }