Index: tests/language/cha_deopt1_test.dart |
diff --git a/tests/language/cha_deopt1_test.dart b/tests/language/cha_deopt1_test.dart |
index fd860bf1dbf524be257f972e57b70e7dd22abfb7..a2c99f44bc9f4208071d6cf50261096bc3d7b0b7 100644 |
--- a/tests/language/cha_deopt1_test.dart |
+++ b/tests/language/cha_deopt1_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 field guards with deferred loading. |