Skip to content

Commit 4daa40b

Browse files
johnniwintherCommit Queue
authored andcommitted
[cfe] Remove NnbdModeMismatch
Change-Id: I27d1f63050f1e4ab4b7f57e25e6287ab27f49f09 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416480 Reviewed-by: Jens Johansen <[email protected]> Commit-Queue: Jens Johansen <[email protected]> Commit-Queue: Johnni Winther <[email protected]> Auto-Submit: Johnni Winther <[email protected]>
1 parent d3bbacf commit 4daa40b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/front_end/test/incremental_suite.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,6 @@ const String EXPECTATIONS = '''
425425
"name": "InitializedFromDillMismatch",
426426
"group": "Fail"
427427
},
428-
{
429-
"name": "NNBDModeMismatch",
430-
"group": "Fail"
431-
},
432428
{
433429
"name": "ConstantCoverageReferenceWithoutNode",
434430
"group": "Fail"
@@ -473,7 +469,6 @@ final Expectation LibraryCountMismatch =
473469
staticExpectationSet["LibraryCountMismatch"];
474470
final Expectation InitializedFromDillMismatch =
475471
staticExpectationSet["InitializedFromDillMismatch"];
476-
final Expectation NNBDModeMismatch = staticExpectationSet["NNBDModeMismatch"];
477472
final Expectation ConstantCoverageReferenceWithoutNode =
478473
staticExpectationSet["ConstantCoverageReferenceWithoutNode"];
479474

0 commit comments

Comments
 (0)