pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-14
1999-12-14 12:58:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
e2dab3c0e010bb994f9900b70dc40c7110e30d92 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
removed a nonworking test
Rev: src/testsuite.in:1.253
1:
-
test_true([["$Id: testsuite.in,v 1.
252
1999/12/
10
19
:
19
:
32
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
253
1999/12/
14
12
:
58:
19
hubbe
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
759:
test_compile_error([[void foo() { 1++; }]])
-
test_compile_error([[void foo() { return destruct(this_object()); }]])
+
dnl
test_compile_error([[void foo() { return destruct(this_object()); }]])
test_any([[class foo { constant x=17; }; class bar { inherit foo; constant x=18; }; return bar()->x;]],18) test_program([[inline string foo(string s){ while(s[0] == ' ' || s[0] == '\t') s = s[1..]; return(s); } string a() { return foo(" bar"); }]])