pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-07-30
2003-07-30 18:53:27 by Martin Stjernholm <mast@lysator.liu.se>
e70e2f7a3fada9189d40296da41253fbfdcca5ff (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a test - _static_modules is an object that can't be called.
Rev: src/testsuite.in:1.662
1:
-
test_true([["$Id: testsuite.in,v 1.
661
2003/07/
02
20
:
09
:
33
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
662
2003/07/
30
18
:
53
:
27
mast
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
1626:
[[ test_do(_debug(_debug(0))) ]])
-
test_do(_static_modules
(
))
+
test_do(
indices(
_static_modules))
test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]]) dnl ----------------------------------------------------------------