pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-05
2001-07-05 22:22:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
b9836bdedd75a732e00efc8c1f8f94348f1d4c60 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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());