Fix in Testcase

This commit is contained in:
Michael Schimmel
2025-11-08 10:45:04 +01:00
parent c0f871ce02
commit c16f47c6d5
+1 -1
View File
@@ -696,7 +696,7 @@ begin
var TestEnv := FEnvironment.CreateEnvironment;
TestEnv.Define('fib', TAst.Block(FCurrUnboundAst));
TestEnv.Define('fib', FCurrUnboundAst);
Memo1.Lines.Add('--- Naive recursive fib with AST---');