Remove --verified_mem option from the test as there is a plan to deprecate this option.

Review URL: https://codereview.chromium.org/1889613002 .
This commit is contained in:
Siva Annamalai 2016-04-13 12:33:11 -07:00
parent 5491e7caa4
commit e67a6babcf

View file

@ -2,7 +2,7 @@
// 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.
// Test write barrier verification mode.
// VMOptions=--verified_mem --verify_before_gc --verify_after_gc --old_gen_growth_rate=1
// VMOptions=--verify_before_gc --verify_after_gc --old_gen_growth_rate=1
// VMOptions=
import "package:expect/expect.dart";