Index: tests/language/vm/debug_break_enabled_vm_test.dart |
diff --git a/tests/language/vm/debug_break_enabled_vm_test.dart b/tests/language/vm/debug_break_enabled_vm_test.dart |
index e9b3f0532c65e0369a641a8970b40288974c576e..4003e774737bd36444a68b4c6be1221aaecb5f7d 100644 |
--- a/tests/language/vm/debug_break_enabled_vm_test.dart |
+++ b/tests/language/vm/debug_break_enabled_vm_test.dart |
@@ -1,7 +1,7 @@ |
// Copyright (c) 2015, 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=5 --enable-debug-break |
+// VMOptions=--optimization-counter-threshold=5 --enable-debug-break --no-background-compilation |
// Verify that the optimizer does not trip over the debug break (StopInstr). |