From ece589bf99c7d1e83c58a4a8f44a02a09801e0fb Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 28 Apr 2018 00:52:15 +0800 Subject: fix some test.lua --- tests/projects/c/static library with spaces/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/projects/c/static library with spaces/test.lua b/tests/projects/c/static library with spaces/test.lua index 1ff9219ba..84f48ef1c 100644 --- a/tests/projects/c/static library with spaces/test.lua +++ b/tests/projects/c/static library with spaces/test.lua @@ -1,5 +1,5 @@ -- imports -import("..build") +import("...build") -- main entry function main() -- cgit v1.3.1