| Index: tests/language/config_import_test.dart
|
| diff --git a/tests/language/config_import_test.dart b/tests/language/config_import_test.dart
|
| index 96cf3e37c854a96e49fa1811ac1f169bb9205cf6..6573aa3898e16a8c24615b03644e45c146c52be3 100644
|
| --- a/tests/language/config_import_test.dart
|
| +++ b/tests/language/config_import_test.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| //
|
| -// DartOptions=-Did=true -Ddotted.id=some_string -Dlots.of.dots.In.id=false --conditional-directives
|
| -// VMOptions=-Did=true -Ddotted.id=some_string -Dlots.of.dots.In.id=false --conditional-directives
|
| +// DartOptions=-Did=true -Ddotted.id=some_string -Dlots.of.dots.In.id=false
|
| +// VMOptions=-Did=true -Ddotted.id=some_string -Dlots.of.dots.In.id=false
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|