Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: tools/migration/lib/src/fork.dart

Issue 2992903002: Fix a couple of things causing bot redness: (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language_strong/built_in_identifier_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/migration/lib/src/fork.dart
diff --git a/tools/migration/lib/src/fork.dart b/tools/migration/lib/src/fork.dart
index 84a276b595e3a7f9e320bb161dddfaa6f6f30d54..2f6b66d91ad2cb8d69174bb67dc70b47a9405d05 100644
--- a/tools/migration/lib/src/fork.dart
+++ b/tools/migration/lib/src/fork.dart
@@ -113,7 +113,7 @@ class Fork {
var todos = <String>[];
- if (!oneExists && !twoExists) {
+ if (!oneExists && !strongExists) {
// It's already been migrated, so there's nothing to move.
note("Is already migrated.");
} else if (twoExists) {
« no previous file with comments | « tests/language_strong/built_in_identifier_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698