Skip to content

Commit 9ff5fa0

Browse files
committed
Fix testXfuncs to honor its first argument
1 parent 51880a3 commit 9ff5fa0

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)