summaryrefslogtreecommitdiff
path: root/tests/interpreter/tests.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-01-21 12:48:07 +0800
committerruki <[email protected]>2016-02-15 19:10:25 +0800
commit1242c86015675ef739347efd3af67c91c4067867 (patch)
tree909ebc86d1ffa4d1986ff819dc1691db5654f9d0 /tests/interpreter/tests.lua
parenta187eafee62e611520b73b4942565e70747059e5 (diff)
remove repeat values
Diffstat (limited to 'tests/interpreter/tests.lua')
-rw-r--r--tests/interpreter/tests.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interpreter/tests.lua b/tests/interpreter/tests.lua
index a01d010f3..dc659edd1 100644
--- a/tests/interpreter/tests.lua
+++ b/tests/interpreter/tests.lua
@@ -111,7 +111,7 @@ function tests.main(self, file)
-- load targets
- local targets, errors = interp:load(file[1], "target")
+ local targets, errors = interp:load(file[1], "target", true)
if not targets then
print(errors)
return false