Skip to content
Snippets Groups Projects
Commit aec39a16 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

all_efuns -> all_constants

Rev: bin/mktestsuite:1.3
parent 404d04eb
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ define(test_eval_error,[[DOTEST(EVAL_ERROR,dnl
mixed a() { [[$1]]; })]])
define(test_define_program,[[DOTEST(RUN,dnl
void a() { master()->add_precompiled_program("[[$1]]",class {
void a() { add_constant("[[$1]]",class {
[[$2]]
});})]])
......@@ -66,7 +66,7 @@ define([[CONDITION]],[[COND $1
$2
define([[CONDITION]],[[]])
]])
define(ifefun,[[cond([[all_efuns()->$1]],[[$2]])]])
define(ifefun,[[cond([[all_constants()->$1]],[[$2]])]])
define(TESTNO,0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment