fix nnbd bots: build step broke when tests were moved

TBR=rnystrom@google.com

Change-Id: I241cfcccdeb5abfdb3ee07977d8ca211069f985f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128103
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2019-12-11 21:29:58 +00:00 committed by commit-bot@chromium.org
parent dfc268671f
commit 679b005946

View file

@ -43,7 +43,7 @@ application_snapshot("dartdevc") {
# some regressions in type-promotion in the CFE when nnbd is enabled.
# The following test file is pretty simple and has no imports, so it
# should be easier to compile while we bootstrap NNBD.
rebase_path("../../tests/language_2/abstract_equal_test.dart"),
rebase_path("../../tests/language_2/abstract/equal_test.dart"),
]
} else {
training_args += [ rebase_path("../../pkg/dev_compiler/bin/dartdevc.dart") ]