diff --git a/makefile b/makefile index 3b1fc37..d35b730 100644 --- a/makefile +++ b/makefile @@ -262,7 +262,7 @@ test:nasal @ ./nasal -t test/mandelbrot.nas @ ./nasal -t test/md5_self.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 -t -d test/occupation.nas 2 @ ./nasal -t -d test/pi.nas diff --git a/module/fib.cpp b/module/fib.cpp index d3b99ba..dcc77ee 100644 --- a/module/fib.cpp +++ b/module/fib.cpp @@ -48,7 +48,6 @@ struct ghost_obj { }; void ghost_for_test_destructor(void* ptr) { - return; std::cout << "ghost_for_test::destructor (0x"; std::cout << std::hex << reinterpret_cast(ptr) << std::dec << ") {\n"; delete static_cast(ptr);