Index: test/cctest/test-assembler-arm.cc |
=================================================================== |
--- test/cctest/test-assembler-arm.cc (revision 6483) |
+++ test/cctest/test-assembler-arm.cc (working copy) |
@@ -45,11 +45,7 @@ |
static v8::Persistent<v8::Context> env; |
-// The test framework does not accept flags on the command line, so we set them |
static void InitializeVM() { |
- // enable generation of comments |
- FLAG_debug_code = true; |
- |
if (env.IsEmpty()) { |
env = v8::Context::New(); |
} |