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

Unified Diff: tests/standalone/issue14236_source.dart

Issue 53393004: Add notes to issue14236_source.dart on regenerating (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« 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/issue14236_source.dart
diff --git a/tests/standalone/issue14236_source.dart b/tests/standalone/issue14236_source.dart
index 9b89cef5178d939170cfd3bf027f79275f2aa8fc..d0e923446a75419f408d0335ef7dd69da19c0ad1 100644
--- a/tests/standalone/issue14236_source.dart
+++ b/tests/standalone/issue14236_source.dart
@@ -7,6 +7,12 @@
// 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
+// with your changes. Notes on regenerating:
+// 1) Swap the test and main functions below.
+// 2) $ dart --snapshot=issue14236_test.dart issue14236_source.dart
+// 3) Undo changes in 1.
library test.issue14236;
import "dart:isolate";
« 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