| Index: tests/standalone/io/options_test.dart
|
| diff --git a/tests/standalone/io/options_test.dart b/tests/standalone/io/options_test.dart
|
| index 59792c7e59c8fdab93912ca8ffac37764f8179f0..0c93f0381befc1b67d9126478ab956b72707704a 100644
|
| --- a/tests/standalone/io/options_test.dart
|
| +++ b/tests/standalone/io/options_test.dart
|
| @@ -4,7 +4,7 @@
|
| // Stress test isolate generation.
|
| // DartOptions=tests/standalone/io/options_test.dart 10 options_test 20
|
|
|
| -#import('dart:math');
|
| +import "dart:math";
|
|
|
| main() {
|
| var opts = new Options();
|
|
|