| Index: tests/standalone/assert_assignable_canon_test.dart
|
| diff --git a/tests/standalone/assert_assignable_canon_test.dart b/tests/standalone/assert_assignable_canon_test.dart
|
| index 49d24c61702c944f426b58debdb22d9cfbe00310..7c34328575c0d91e9f9a0b9065adf97dd1a50d24 100644
|
| --- a/tests/standalone/assert_assignable_canon_test.dart
|
| +++ b/tests/standalone/assert_assignable_canon_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
| //
|
| -// VMOptions=--enable-inlining-annotations --optimization-counter-threshold=10
|
| +// VMOptions=--enable-inlining-annotations --optimization-counter-threshold=10 --no-background-compilation
|
|
|
| const AlwaysInline = "AlwaysInline";
|
| const NeverInline = "NeverInline";
|
|
|