diff options
| author | Opportunity <[email protected]> | 2020-01-19 16:06:12 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-01-19 16:06:12 +0800 |
| commit | 3a1afba247944db42a01af2e585b5381758e4e63 (patch) | |
| tree | 1502d7863bd318fbbede70758fd6e924210fd144 /tests/modules/socket/tcp/file_client.lua | |
| parent | f415da828b1fb3b24b47782f516c85e4fb3bbb31 (diff) | |
fix test
Diffstat (limited to 'tests/modules/socket/tcp/file_client.lua')
| -rw-r--r-- | tests/modules/socket/tcp/file_client.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modules/socket/tcp/file_client.lua b/tests/modules/socket/tcp/file_client.lua index 42532f5fe..33fde9d09 100644 --- a/tests/modules/socket/tcp/file_client.lua +++ b/tests/modules/socket/tcp/file_client.lua @@ -1,4 +1,5 @@ import("core.base.socket") +import("core.base.bytes") function main() local addr = "127.0.0.1" |
