Skip to content

Commit 07a15a8

Browse files
Increase test parsing depth
1 parent 484ddac commit 07a15a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Test/Syntax/Parsing/ParserErrorMessageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6495,7 +6495,7 @@ static void Main(string[] args)
64956495
{
64966496
");
64976497

6498-
const int depth = 10000;
6498+
const int depth = 100000;
64996499
for (int i = 0; i < depth; i++)
65006500
{
65016501
var line = string.Format("Action a{0} = delegate d{0} {{", i);

0 commit comments

Comments
 (0)