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

Unified Diff: tests/standalone/issue14236_source.dart

Issue 216383004: Merge initial implementation of deferred handling in the VM: (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 9 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 | « tests/lib/lib.status ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/issue14236_source.dart
===================================================================
--- tests/standalone/issue14236_source.dart (revision 34495)
+++ tests/standalone/issue14236_source.dart (working copy)
@@ -7,8 +7,8 @@
// The original test/main has been commented out and we have a test/main which
// throws an error to ensure that this file is not executed as part of the
// test.
-//
-// When issue14236_test.dart fails, you must regenerate it using the VM
+//
+// When issue14236_test.dart fails, you must regenerate it using the VM
// with your changes. You should understand what in your change makes
// regeneration of the snapshot necessary.
// Steps for regenerating:
@@ -28,7 +28,7 @@
}
*/
-test() {
+test(dummy) {
Expect.fail("Don't expect this to run at all");
}
« no previous file with comments | « tests/lib/lib.status ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698