Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index 97301ea31884cda2f017b8fdf322cb9c9d0c1cfc..86c97a94f5f38a4d68f70632aabbd67dfa72e79c 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -544,7 +544,7 @@ Note: currently only implemented for dart2js.''', |
} else { |
// All runtimes eventually go through this path, after expansion. |
var updater = runtimeUpdater(configuration); |
- if (updater !== null) { |
+ if (updater != null) { |
updater.update(); |
} |
} |