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

Unified Diff: test/inspector/debugger/pause-on-oom.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Addressing comments Created 3 years, 11 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
Index: test/inspector/debugger/pause-on-oom.js
diff --git a/test/inspector/debugger/pause-on-oom.js b/test/inspector/debugger/pause-on-oom.js
index 5670354bf274de636ff74b8de1b27c18891287d5..84995dbf3969bf9dfb9723274c1f18305155831b 100644
--- a/test/inspector/debugger/pause-on-oom.js
+++ b/test/inspector/debugger/pause-on-oom.js
@@ -1,7 +1,8 @@
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --max_old_space_size=4
+
+// Flags: --max-old-space-size=4
print('Check pause on OOM');
« no previous file with comments | « test/debugger/debug/regress/regress-prepare-break-while-recompile.js ('k') | test/mjsunit/allocation-site-info.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698