progress on aot
This commit is contained in:
4
test.ce
4
test.ce
@@ -418,9 +418,9 @@ function run_tests(package_name, specific_test) {
|
||||
var src_path = prefix + '/' + f
|
||||
var src = text(fd.slurp(src_path))
|
||||
var ast = analyze(src, src_path)
|
||||
test_mod_noopt = run_ast_noopt_fn(mod_path + '_noopt', ast, {
|
||||
test_mod_noopt = run_ast_noopt_fn(mod_path + '_noopt', ast, stone({
|
||||
use: function(path) { return shop.use(path, use_pkg) }
|
||||
})
|
||||
}))
|
||||
} disruption {
|
||||
log.console(` DIFF: failed to load noopt module for ${f}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user