pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-04
2001-07-04 12:32:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a27a68f5650b79334ee49f05dcbd6f896e63fb44 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/testsuite.in:1.438
1:
-
test_true([["$Id: testsuite.in,v 1.
437
2001/07/04 12:
27
:
35
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
438
2001/07/04 12:
32
:
25
grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
341:
{ return !foo; }
-
}
+
}
;
return Foo()->f(); ]], 1)
349:
class Foo { int foo();
-
}
+
}
;
return !Foo()->foo; ]], 1)