diff options
Diffstat (limited to 'tests/scripts/features/load')
-rw-r--r-- | tests/scripts/features/load | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/features/load b/tests/scripts/features/load index 47267fe..78d5c51 100644 --- a/tests/scripts/features/load +++ b/tests/scripts/features/load @@ -21,14 +21,14 @@ print $F <<'EOF' ; #include "gnumake.h" int -testload_gmk_setup () +testload_gmk_setup (gmk_floc *pos) { gmk_eval ("TESTLOAD = implicit", 0); return 1; } int -explicit_setup () +explicit_setup (gmk_floc *pos) { gmk_eval ("TESTLOAD = explicit", 0); return 1; |