diff options
| author | ruki <[email protected]> | 2018-04-28 00:52:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-27 23:13:35 +0800 |
| commit | ece589bf99c7d1e83c58a4a8f44a02a09801e0fb (patch) | |
| tree | 93a367e19a43cc5576680ec9884cc9365f9de91f | |
| parent | 592503d59330402bdafe01559294236afc6a348c (diff) | |
fix some test.lua
| -rw-r--r-- | tests/projects/c/static library with spaces/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
