Index: tests/language/disassemble_test.dart |
diff --git a/tests/language/disassemble_test.dart b/tests/language/disassemble_test.dart |
index cbea9036c9eafea91e5c947590ced4d0ce2fed01..ae42e8f99475623af2bd9f3c1b821cf02ac84e76 100644 |
--- a/tests/language/disassemble_test.dart |
+++ b/tests/language/disassemble_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program for testing isolate communication with |
// typed objects. |
-// VMOptions=--disassemble --no-background-compilation |
-// VMOptions=--disassemble --print-variable-descriptors --no-background-compilation |
+// VMOptions=--disassemble --no-background-compilation --enable-malloc-hooks=false |
+// VMOptions=--disassemble --print-variable-descriptors --no-background-compilation --enable-malloc-hooks=false |
// Tests proper object recognition in disassembler. |