Index: tests/language/cha_deopt3_test.dart |
diff --git a/tests/language/cha_deopt3_test.dart b/tests/language/cha_deopt3_test.dart |
index 3dc61b9262eafc18bbba9b178ab2f34b67afaee1..6dc964e43dd623895ecd9c56c29367cf17792387 100644 |
--- a/tests/language/cha_deopt3_test.dart |
+++ b/tests/language/cha_deopt3_test.dart |
@@ -1,7 +1,7 @@ |
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
// 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=--optimization-counter-threshold=100 |
+// VMOptions=--optimization-counter-threshold=100 --no-background-compilation |
// Test lazy deoptimization at type checks with interface implementation. |