Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: tests/standalone/verified_mem_test.dart

Issue 1891493002: Remove verified-mem option from test as it is being deprecated. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/verified_mem_test.dart
diff --git a/tests/standalone/verified_mem_test.dart b/tests/standalone/verified_mem_test.dart
index 7139e096fc0584d3dd0e57857d0b4b70fd85cfef..53da2ca30aca3109938381393eb371f3b3eda23a 100644
--- a/tests/standalone/verified_mem_test.dart
+++ b/tests/standalone/verified_mem_test.dart
@@ -3,7 +3,7 @@
// 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
var a = [];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698