Skip to content

Commit 6cc08be

Browse files
committed
fixup! error: split stack frames over two lines
1 parent bbe95f1 commit 6cc08be

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tst/testinstall/opers/LocationFunc.tst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ gap> StartsWith(loc, "GAPROOT/lib/oper1.g:");
2323
true
2424
gap> ForAll(loc{[21..Length(loc)]}, IsDigitChar);
2525
true
26-
gap> root:=First(GAPInfo.RootPaths, r -> IsExistingFile(Concatenation(r, "sysinfo.gap")));;
27-
gap> StartsWith(GAPROOTExpand(loc), root);
28-
true
29-
gap> PositionSublist(GAPROOTExpand(loc), "/lib/oper1.g:") <> fail;
30-
true
31-
gap> GAPROOTExpand("stream:1");
32-
"stream:1"
3326

3427
# proper kernel function
3528
gap> LocationFunc(APPEND_LIST_INTR);

0 commit comments

Comments
 (0)