pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-28
2008-06-28 15:07:33 by Martin Nilsson <mani@lysator.liu.se>
c23dbaebdde77f5cca9f63f4f5f9096a17152113 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Warn for unknown #pragma directives.
Rev: src/lexer.h:1.80
Rev: src/testsuite.in:1.832
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
831
2008/06/28
14
:
44
:
16
nilsson Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
832
2008/06/28
15
:
07
:
33
nilsson Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9069:
// #pragma // FIXME: add tests for real pragmas
-
test_
any
([[
+
test_
compile_warning
([[
#pragma whatever return 1;
-
]]
,1
)
+
]])
test_compile_warning([[ class A {