Skip to content

Commit

Permalink
Add --strict_null_safety_checks to the Dart flag allowlist (#23144)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Dec 17, 2020
1 parent bb9cac2 commit 51c9ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/common/switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static const std::string gAllowedDartFlags[] = {
"--trace-reload-verbose",
"--write-service-info",
"--null_assertions",
"--strict_null_safety_checks",
};
// clang-format on

Expand Down

0 comments on commit 51c9ae9

Please sign in to comment.