summaryrefslogtreecommitdiff
path: root/tests/interpreter/tests.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-01-22 16:04:14 +0800
committerruki <[email protected]>2016-02-15 19:10:25 +0800
commit01c9855cd384bf20c17452e8ce790ad049ea4e4f (patch)
tree240c4f3c24a2411f6c442ee2e70a3c759f093230 /tests/interpreter/tests.lua
parent7aac238641926dfc0386e8be78958a63e0866c19 (diff)
fix merge root values bug for interpreter
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 e8d03c18f..e1cf29ad1 100644
--- a/tests/interpreter/tests.lua
+++ b/tests/interpreter/tests.lua
@@ -117,7 +117,7 @@ function tests.main(self, file)
end)
-- load targets
- local targets, errors = interp:load(file[1], "target", true)
+ local targets, errors = interp:load(file[1], "target", true, true)
if not targets then
print(errors)
return false