Branch: Tag:

2001-07-05

2001-07-05 22:22:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

don't save parent if not wanted...

Rev: bin/test_pike.pike:1.57
Rev: src/testsuite.in:1.442

1: - test_true([["$Id: testsuite.in,v 1.441 2001/07/05 01:44:55 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.442 2001/07/05 22:22:38 hubbe Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
2014:         test_any([[ +  /* don't save parent */    class Foo { };    return function_object(object_program(Foo())) ==    object_program(this_object());