pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-09
2003-01-09 14:29:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c3b5642090a3ed05e79100e8e1f2deee7ef009e2 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Update due to function_object() changes.
Rev: lib/master.pike.in:1.247
Rev: src/testsuite.in:1.582
1:
-
test_true([["$Id: testsuite.in,v 1.
581
2002
/
12
/
29
22
:
30
:
53
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
582
2003
/
01
/
09
14
:
29
:
28
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
3264:
test_any([[ /* don't save parent */ class Foo { };
-
return function_object(object_program(Foo())) ==
-
object_program(this_object());
+
return
(!
function_object(object_program(Foo()))
)
&&
+
(function_program(object_program(Foo()))
==
+
object_program(this_object())
)
;
]], 1) test_any([[