Skip to content

Commit 93b1c53

Browse files
committed
Accept new baselines
1 parent f623325 commit 93b1c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/baselines/reference/largeControlFlowGraph.errors.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
tests/cases/compiler/largeControlFlowGraph.ts(3,1): error TS2563: The containing function or module body is too large for control flow analysis.
1+
tests/cases/compiler/largeControlFlowGraph.ts(3,1): error TS2563: The containing function or module body is too complex for control flow analysis.
22

33

44
==== tests/cases/compiler/largeControlFlowGraph.ts (1 errors) ====
55
// The control flow graph for the following statement block is 10000 nodes deep. Check that
66
// we gracefully handle this, possibly by issuing an error.
77
const data = [];
88
~~~~~
9-
!!! error TS2563: The containing function or module body is too large for control flow analysis.
9+
!!! error TS2563: The containing function or module body is too complex for control flow analysis.
1010
data[0] = 0;
1111
data[0] = 0;
1212
data[0] = 0;

0 commit comments

Comments
 (0)