Skip to content

Commit 2280e77

Browse files
nshahancommit-bot@chromium.org
authored andcommitted
[ddc] Fix copy paste error in ddb script
Change-Id: I17e8c72369a5b9331dcceaa29343f6596e7440b1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153821 Auto-Submit: Nicholas Shahan <[email protected]> Reviewed-by: Jonas Termansen <[email protected]> Commit-Queue: Jonas Termansen <[email protected]>
1 parent a8200e2 commit 2280e77

File tree

1 file changed

+1
-1
lines changed
  • pkg/dev_compiler/tool

1 file changed

+1
-1
lines changed

pkg/dev_compiler/tool/ddb

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ try {
347347
if ($nnbd) {
348348
dart.nullSafety($soundNullSafety);
349349
dart.weakNullSafetyWarnings(!$soundNullSafety);
350-
sdk.dart.nonNullAsserts($nonNullAsserts);
350+
dart.nonNullAsserts($nonNullAsserts);
351351
}
352352
_isolate_helper.startRootIsolate(() => {}, []);
353353
main();

0 commit comments

Comments
 (0)