diff --git a/utils/dartdevc/BUILD.gn b/utils/dartdevc/BUILD.gn index 7a7d1d841c5..221f9f14dbf 100644 --- a/utils/dartdevc/BUILD.gn +++ b/utils/dartdevc/BUILD.gn @@ -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") ]