pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-18
2003-09-18 16:01:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fc75ac6ab41e2e6dbbcd043ff7beac409b9f5a67 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed broken test.
Rev: src/testsuite.in:1.678
1:
-
test_true([["$Id: testsuite.in,v 1.
677
2003/09/
15
20
:
36
:
59
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
678
2003/09/
18
16
:
01
:
03
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9754:
// - catch test_false([[class X { string test(string foo) { catch { return lower_case(foo); }; return foo; }}()->test(0); ]]) test_true([[catch (1.0 / 0.0)]])
-
test_true([[catch
{1
.0 / 0.0;}]])
+
test_true([[catch
{float f = 1
.0 / 0.0;}]])
// Pike modules