| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index c2d376673d6a92e69339b322a0abd2d1d1638ef6..0b1ee546b7f551c284dd32f3f7626ff83303a29d 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -552,7 +552,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();
|
| }
|
| }
|
|
|