pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1996-09-24
1996-09-24 23:47:30 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
916e38a9e3c1e63b3f00bf0efc2ebcca6c981f66 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
more tests never hurt..
Rev: src/testsuite.in:1.2
1589:
test_program(inherit "/test2"; inherit "/test"; mixed a() { w=20; b=22; return getw()==20 && getb()==22; }) test_program(inherit "/test2"; inherit "/test"; mixed a() { setw(20); setb(22); return w==20 && b==22; })
+
test_eval_error(clone(class{int i;void foo(){ destruct(this_object());i=0;}})->foo())
+