pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2012-07-12
2012-07-12 09:07:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bed45837b165187fe1e801a0ed039341e636687b (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler: Fix CAR == CDR case in new_check_call().
612:
// Argument checking
+
// Test new_check_call.
+
test_eq([[
+
constant foo = 5;
+
+
// Test that it survives a F_ARG_LIST with CAR == CDR.
+
return foo%foo;
+
]], 0)
+
// Test get_all_args. test_eval_error([[ // A trick to get some svalues to freed refcounted stuff on the stack.