summaryrefslogtreecommitdiff
path: root/lang/seed7/files/patch-prg_chkerr.sd7
blob: 9fd9d1c542038e1d3e3f0ebfeb6fb62b05be8dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- prg/chkerr.sd7.orig	2025-07-15 18:54:10 UTC
+++ prg/chkerr.sd7
@@ -48,7 +48,7 @@ const func boolean: checkError (in string: testProgram
     var parseError: error is parseError.value;
   begin
     block
-      aProgram := parseStri(testProgram);
+      aProgram := parseStri(testProgram, parseOptions.value, [] ("../lib"));
     exception
       catch MEMORY_ERROR: noop;
     end block;