From 4ba50aadb0a08965f115b5bcc9cf13e0d20a2034 Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Fri, 8 Sep 2017 15:51:25 -0700 Subject: [PATCH] Update test --- tests/cases/compiler/largeControlFlowGraph.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cases/compiler/largeControlFlowGraph.ts b/tests/cases/compiler/largeControlFlowGraph.ts index 0503c80095..6cd6453071 100644 --- a/tests/cases/compiler/largeControlFlowGraph.ts +++ b/tests/cases/compiler/largeControlFlowGraph.ts @@ -1,3 +1,5 @@ +// @strict: true + // The control flow graph for the following statement block is 10000 nodes deep. Check that // we gracefully handle this, possibly by issuing an error. const data = [];