pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2022-06-15
2022-06-15 11:23:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f398beb0a15f959d94db1156a887ad182e1f7d61 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Testsuite: Update soft cast warning glob.
1106:
]], typeof(indices((mixed)0))) // Check that complex function types survive soft casting to function.
-
ignore_warning("Soft cast of scope(0,
function(
*)
)
to function is a noop.", [[
+
ignore_warning("Soft cast of scope(0,*) to function
*
is a noop.", [[
test_eq(typeof([function]`+), typeof(`+)) ]])