| Index: test/cctest/test-assembler-mips.cc
|
| ===================================================================
|
| --- test/cctest/test-assembler-mips.cc (revision 6483)
|
| +++ test/cctest/test-assembler-mips.cc (working copy)
|
| @@ -47,14 +47,10 @@
|
| static v8::Persistent<v8::Context> env;
|
|
|
|
|
| -// The test framework does not accept flags on the command line, so we set them.
|
| static void InitializeVM() {
|
| // Disable compilation of natives.
|
| FLAG_disable_native_files = true;
|
|
|
| - // Enable generation of comments.
|
| - FLAG_debug_code = true;
|
| -
|
| if (env.IsEmpty()) {
|
| env = v8::Context::New();
|
| }
|
|
|