pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-17
2022-05-17 14:42:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
39b3f4dff1115ae0d7aad80248ef385d192da9ca (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
master
Testsuite: Fix some types.
1776:
class Foo { int c;
-
object foo;
-
protected void create(object o)
+
object
|zero
foo;
+
protected void create(object
|zero
o)
{ foo = o; c = count++;
2863:
dnl This test used to get the last line of the else block test_any([[ int expected_line;
-
void foo(object o)
+
void foo(object
|zero
o)
{ expected_line = __LINE__ + 1; if (o->a && b) {