| Index: tests/language/sync_generator1_test.dart
|
| diff --git a/tests/language/sync_generator1_test.dart b/tests/language/sync_generator1_test.dart
|
| index 6c2b7d701ebc1142551a2b8b80aafafab5546663..88e1fd409c1b4b5db9440b7da239aea87e68c6d9 100644
|
| --- a/tests/language/sync_generator1_test.dart
|
| +++ b/tests/language/sync_generator1_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // Simple test program for sync* generator functions.
|
|
|
| -// VMOptions=--optimization_counter_threshold=10
|
| +// VMOptions=--optimization_counter_threshold=10 --no-background_compilation
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|