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

Unified Diff: tests/language/src/ImplicitClosureTest.dart

Issue 8725009: More --use_slow_path tests, add that VMOption to two tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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: tests/language/src/ImplicitClosureTest.dart
===================================================================
--- tests/language/src/ImplicitClosureTest.dart (revision 1877)
+++ tests/language/src/ImplicitClosureTest.dart (working copy)
@@ -2,6 +2,8 @@
// 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.
// Dart test program for testing invocation of implicit closures.
+// VMOptions=
regis 2011/11/28 23:25:47 Is this line necessary?
srdjan 2011/11/28 23:29:30 Yes, so that we run it also with no VM options.
+// VMOptions=--use_slow_path
class First {
First(this.i) {}

Powered by Google App Engine
This is Rietveld 408576698