pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-03
2001-07-03 17:05:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f704a209dec495b09aab358eef5858343e02727f (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Improved variable aliasing test.
Rev: src/testsuite.in:1.434
1:
-
test_true([["$Id: testsuite.in,v 1.
433
2001/07/03
13
:
39
:
20
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
434
2001/07/03
17
:
05
:
40
grubba
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
156:
Foo b; string f() {return werror ("%O", typeof (b->m));} }
-
return Bar()->f();
-
}]], "
mixed
")
+
Foo c;
+
Bar d;
+
return Bar()->f()
+"$"+typeof(c->m)+"$"+typeof(d->m)+"$"+typeof(d->b->m)
;
+
}]], "
mixed$mixed$string$mixed
")
// type checks