Skip to content

Commit

Permalink
Silence InfoDebug in a test that loads Crisp package
Browse files Browse the repository at this point in the history
After #3694, a warning
`DeclareGlobalFunction: too many arguments` is shown when Crisp
is loaded.
  • Loading branch information
Alexander Konovalov committed Nov 6, 2019
1 parent ba30bd4 commit 95df546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tst/testbugfix/2005-05-03-t00324.tst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 2005/05/03 (BH)
gap> INFO_DEBUG_CURRENT := InfoLevel(InfoDebug);;
gap> SetInfoLevel(InfoDebug,0);
gap> if TestPackageAvailability("crisp") <> fail and
> LoadPackage("crisp", false) <> fail then
> F:=FreeGroup("a","b","c");;
Expand Down Expand Up @@ -34,3 +36,4 @@ gap> if TestPackageAvailability("crisp") <> fail and
> Print( "problem with crisp (6)\n" );
> fi;
> fi;
gap> SetInfoLevel(InfoDebug, INFO_DEBUG_CURRENT);

0 comments on commit 95df546

Please sign in to comment.