Skip to content

Commit

Permalink
Fix testXfuncs to honor its first argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Sep 1, 2019
1 parent 8bcff25 commit 93771c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tst/testinstall/xfuncs.tst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
gap> START_TEST("xfuncs.tst");
gap> testXfuncs := function(list, args...)
> local set, sum, prod;
> list := CallFuncList(ListX, args);
> set := Set(list);
> if IsEmpty(list) then
> sum := fail; prod := fail;
Expand Down

0 comments on commit 93771c1

Please sign in to comment.