pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-06-30
2004-06-30 18:20:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
43b2b8612cfbd9042d8f6cc202c7885cb17a722e (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Regression change.
Rev: src/testsuite.in:1.735
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
734
2004/06/30
14
:
24
:
37
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
735
2004/06/30
18
:
20
:
40
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7607:
#define X(x) x() string a() {return X(Y);} ")()->a()]], "z")
-
test_compile
_error
([[
+
test_compile([[
#define Y(y) y #define X(x) x() X(Y) ]]) test_compile_error([[
-
+
#define Y(y,z) y
+
#define X(x) x()
+
X(Y)
+
]])
+
test_compile_error([[
#define Y() y #define X(x) x(z) X(Y)