From 0327c1eada86c93acef65a917e6507b11334d48b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 8 Nov 2018 15:07:59 +0100 Subject: [PATCH] Tweak a LocationFunc test OnQuit is overwritten by SCSCP, causing this test to fail --- tst/testinstall/opers/LocationFunc.tst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/testinstall/opers/LocationFunc.tst b/tst/testinstall/opers/LocationFunc.tst index 0d823a1a71..5ff4d9771b 100644 --- a/tst/testinstall/opers/LocationFunc.tst +++ b/tst/testinstall/opers/LocationFunc.tst @@ -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);