1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Remove workaround introduced for issue #40486, that issue

appears to be fixed now.
Closes https://github.com/dart-lang/sdk/issues/40486

Change-Id: I6c7901a45caf87c0766750f403bb9cf6a127609b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137246
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
This commit is contained in:
asiva 2020-02-26 03:26:25 +00:00 committed by commit-bot@chromium.org
parent 7fd8ad5a2d
commit bf34450953

View File

@ -7,9 +7,5 @@ import("../application_snapshot.gni")
application_snapshot("pub") {
main_dart = "../../third_party/pkg/pub/bin/pub.dart"
# TODO (40486) : Remove the trace option once this issue is fixed.
training_args = [
"--trace",
"--help",
]
training_args = [ "--help" ]
}