forked from xxq250/Nasal-Interpreter
🐛 trigger CI
This commit is contained in:
@@ -262,7 +262,7 @@ test:nasal
|
|||||||
@ ./nasal -t test/mandelbrot.nas
|
@ ./nasal -t test/mandelbrot.nas
|
||||||
@ ./nasal -t test/md5_self.nas
|
@ ./nasal -t test/md5_self.nas
|
||||||
@ ./nasal -t -d test/md5compare.nas
|
@ ./nasal -t -d test/md5compare.nas
|
||||||
# @ ./nasal -d test/module_test.nas
|
@ ./nasal -d test/module_test.nas
|
||||||
@ ./nasal -e test/nasal_test.nas
|
@ ./nasal -e test/nasal_test.nas
|
||||||
@ ./nasal -t -d test/occupation.nas 2
|
@ ./nasal -t -d test/occupation.nas 2
|
||||||
@ ./nasal -t -d test/pi.nas
|
@ ./nasal -t -d test/pi.nas
|
||||||
|
|||||||
+1
-1
@@ -69,7 +69,7 @@ var create_new_ghost(var* args, usize size, gc* ngc) {
|
|||||||
var res = ngc->alloc(vm_type::vm_ghost);
|
var res = ngc->alloc(vm_type::vm_ghost);
|
||||||
res.ghost().set(
|
res.ghost().set(
|
||||||
ghost_for_test,
|
ghost_for_test,
|
||||||
ghost_for_test_destructor,
|
nullptr,
|
||||||
ghost_for_test_gc_marker,
|
ghost_for_test_gc_marker,
|
||||||
new ghost_obj
|
new ghost_obj
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user