Skip to content

Commit

Permalink
Tweak a LocationFunc test
Browse files Browse the repository at this point in the history
OnQuit is overwritten by SCSCP, causing this test to fail
  • Loading branch information
fingolfin authored and alex-konovalov committed Nov 9, 2018
1 parent fc398a3 commit 0327c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tst/testinstall/opers/LocationFunc.tst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gap> LocationFunc(f);
"stream:1"

# Library function
gap> LocationFunc(OnQuit);
"GAPROOT/lib/error.g:32"
gap> LocationFunc(Where);
"GAPROOT/lib/error.g:79"

# GAP function which was compiled to C code by gac
gap> LocationFunc(INSTALL_METHOD_FLAGS);
Expand Down

0 comments on commit 0327c1e

Please sign in to comment.