Skip to content

Commit

Permalink
[ddc] Fix copy paste error in ddb script
Browse files Browse the repository at this point in the history
Change-Id: I17e8c72369a5b9331dcceaa29343f6596e7440b1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153821
Auto-Submit: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
  • Loading branch information
nshahan authored and commit-bot@chromium.org committed Jul 9, 2020
1 parent a8200e2 commit 2280e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dev_compiler/tool/ddb
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ try {
if ($nnbd) {
dart.nullSafety($soundNullSafety);
dart.weakNullSafetyWarnings(!$soundNullSafety);
sdk.dart.nonNullAsserts($nonNullAsserts);
dart.nonNullAsserts($nonNullAsserts);
}
_isolate_helper.startRootIsolate(() => {}, []);
main();
Expand Down

0 comments on commit 2280e77

Please sign in to comment.