2009-08-24 22:44:48 -04:00
|
|
|
USING: kernel tools.destructors tools.test destructors namespaces ;
|
|
|
|
IN: tools.destructors.tests
|
|
|
|
|
|
|
|
f debug-leaks? set-global
|
|
|
|
|
2014-04-13 20:02:26 -04:00
|
|
|
[ [ 3 throw ] leaks. ] must-fail
|
2009-08-24 22:44:48 -04:00
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ f } [ debug-leaks? get-global ] unit-test
|
2009-08-24 22:44:48 -04:00
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ } [ [ ] leaks. ] unit-test
|
2009-08-24 22:44:48 -04:00
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ f } [ debug-leaks? get-global ] unit-test
|