Skip to content

Commit

Permalink
[null-safety] fix build rule to produce sound dill (flutter#21784)
Browse files Browse the repository at this point in the history
The space in the argument name was causing this argument to be dropped and the sound and unsound dills to be identical.
  • Loading branch information
jonahwilliams authored Oct 12, 2020
1 parent 38d8eba commit d912d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_sdk/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ prebuilt_dart_action("flutter_dartdevc_kernel_sdk_outline_sound") {

args = [
"--enable-experiment=non-nullable",
"--sound-null-safety ",
"--sound-null-safety",
"--summary-only",
"--target",
"ddc",
Expand Down

0 comments on commit d912d50

Please sign in to comment.