pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-04-23
2004-04-23 19:31:10 by Martin Stjernholm <mast@lysator.liu.se>
e92ea291e049a37379f0733b6299681f872c8c25 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Sorry, wrong tree..
Rev: src/testsuite.in:1.719
1:
-
test_true([["$Id: testsuite.in,v 1.
718
2004/04/23 19:
30
:
50
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
719
2004/04/23 19:
31
:
10
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
2642:
return sizeof( Program.all_inherits(D) - ({A,B,C}) ); ]],0)
+
test_any_equal([[
+
class A {
+
class C {}
+
};
+
class B {
+
class C {}
+
};
+
return ({A <= B, A >= B});
+
]], ({1, 1}))
+
test_tests([[ int errors;