🐛 trigger CI
This commit is contained in:
parent
eb753c56b8
commit
fea52d9c38
2
makefile
2
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
|
||||
|
|
|
@ -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<u64>(ptr) << std::dec << ") {\n";
|
||||
delete static_cast<ghost_obj*>(ptr);
|
||||
|
|
Loading…
Reference in New Issue