Index: tests/language/allocation_sinking_inlining_test.dart |
diff --git a/tests/language/allocation_sinking_inlining_test.dart b/tests/language/allocation_sinking_inlining_test.dart |
index 9ed27b6f95f6b3f230b9b5b16bda3e680be9e882..e2ac62653e48e4709fbded88d6ee8e78efce3bb7 100644 |
--- a/tests/language/allocation_sinking_inlining_test.dart |
+++ b/tests/language/allocation_sinking_inlining_test.dart |
@@ -2,7 +2,7 @@ |
// Copyright (c) 2013, 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=10 --no-use-osr |
+// VMOptions=--optimization-counter-threshold=10 --no-use-osr --no-background-compilation |
// Test allocation sinking with polymorphic inlining. |