Пример #1
0
void tst_quant_solve() {
    disable_debug("heap");

    test_quant_solve1();   

    memory::finalize();
#ifdef _WINDOWS
    _CrtDumpMemoryLeaks();
#endif
    exit(0);
}
Пример #2
0
	void teardown()
	{
		sys_set_interception(false);
		disable_debug();
	}