From 66ec3fc62fa01467ef7bec5be2c7926b88550c9d Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sat, 1 Apr 2017 09:38:24 +0000 Subject: [PATCH] Remove reference to stack overflow from RunTest.bat. --- RunTest.bat | 9 --------- 1 file changed, 9 deletions(-) diff --git a/RunTest.bat b/RunTest.bat index b131463..0cd8bcc 100644 --- a/RunTest.bat +++ b/RunTest.bat @@ -284,15 +284,6 @@ fc /n %srcdir%\testdata\%testoutput%%type% %2%bits%\%testoutput% >NUL if errorlevel 1 ( echo. failed comparison: fc /n %srcdir%\testdata\%testoutput% %2%bits%\%testoutput% - if [%1]==[2] ( - echo. - echo ** Test 2 requires a lot of stack. PCRE2 can be configured to - echo ** use heap for recursion. Otherwise, to pass Test 2 - echo ** you generally need to allocate 8 mb stack to PCRE2. - echo ** See the 'pcre2stack' page for a discussion of PCRE2's - echo ** stack usage. - echo. -) if [%1]==[3] ( echo. echo ** Test 3 failure usually means french locale is not