pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2022-08-17
2022-08-17 08:24:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7bdba0609e9569366d9f213d5175a0e600e73389 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Testsuite: Disable obsolete test for no-op soft cast warning.
1176:
// Warnings
-
test_compile_warning([[ [mixed]1 ]])
+
dnl
test_compile_warning([[ [mixed]1 ]])
test_compile_warning([[ class A { int a = 6; }; class B {