pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-24
2008-05-24 17:25:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e36a50c3d68a2d2edcf86c9e09a17d4e221ae835 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed one more place.
Rev: src/testsuite.in:1.822
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
821
2008/05/24
16
:
46
:
57
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
822
2008/05/24
17
:
25
:
18
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
593:
test_compile_error([[class F {inherit master()->dirnode;};]]);
+
ignore_warning("Wrong return type.", [[
+
ignore_warning("Expected: string.", [[
+
ignore_warning("Got : array(string).", [[
test_program_equal([[ #pike 7.6 string a()
601:
return res + ({}); } ]], ({"spud"}))
+
]])]])]])
// Warnings