From f415da828b1fb3b24b47782f516c85e4fb3bbb31 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sun, 19 Jan 2020 15:54:34 +0800 Subject: fix test --- tests/modules/bytes/test.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/modules/bytes/test.lua') diff --git a/tests/modules/bytes/test.lua b/tests/modules/bytes/test.lua index 52b754c0a..4cb272c94 100644 --- a/tests/modules/bytes/test.lua +++ b/tests/modules/bytes/test.lua @@ -1,3 +1,4 @@ +import("core.base.bytes") function test_ctor(t) t:are_equal(bytes("123456789"):str(), "123456789") -- cgit v1.3.1