Skip to content

Commit c156fb2

Browse files
committed
Fix testXfuncs to honor its first argument
1 parent 6e367f6 commit c156fb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tst/testinstall/xfuncs.tst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
gap> START_TEST("xfuncs.tst");
33
gap> testXfuncs := function(list, args...)
44
> local set, sum, prod;
5-
> list := CallFuncList(ListX, args);
65
> set := Set(list);
76
> if IsEmpty(list) then
87
> sum := fail; prod := fail;

0 commit comments

Comments
 (0)