1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 13:35:20 -05:00

fix test break

This commit is contained in:
Darien Raymond
2015-12-02 15:26:11 +00:00
parent 091f047ebb
commit 7960b97c8e
9 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import (
"path/filepath"
"testing"
v2testing "github.com/v2ray/v2ray-core/testing"
"github.com/v2ray/v2ray-core/testing/assert"
)