pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-02
1997-09-02 22:17:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e4b8713fc713ce82d56c4f13f969a8f29400df48 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Restored next_object test.
Rev: src/testsuite.in:1.49
1:
-
test_true([["$Id: testsuite.in,v 1.
48
1997/09/02 22:
16
:
13
grubba Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
49
1997/09/02 22:
17
:
00
grubba Exp $"]])
test_eq(1e1,10.0) test_eq(1E1,10.0) test_eq(1e+1,10.0)
1567:
// - next_object test_true(objectp(next_object()))
-
test_any(
gc();
int e;object o=next_object(); for(e=0;e<
2000
&& o;e++) o=next_object(o); return o,0)
+
test_any(int e;object o=next_object(); for(e=0;e<
1000
&& o;e++) o=next_object(o); return o,0)
// - object_program test_true(programp(object_program(this_object())))