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

Unified Diff: tests/standalone/issue14236_source.dart

Issue 169893003: Another round of cleanups for http://www.dartbug.com/15922 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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: tests/standalone/issue14236_source.dart
===================================================================
--- tests/standalone/issue14236_source.dart (revision 32732)
+++ tests/standalone/issue14236_source.dart (working copy)
@@ -9,9 +9,11 @@
// test.
//
// When issue14236_test.dart fails, you must regenerate it using the VM
-// with your changes. Notes on regenerating:
+// with your changes. You should understand what in your change makes
+// regeneration of the snapshot necessary.
+// Steps for regenerating:
// 1) Swap the test and main functions below.
-// 2) $ dart --snapshot=issue14236_test.dart issue14236_source.dart
+// 2) $ ./xcodebuild/DebugIA32/dart --package-root=./xcodebuild/DebugIA32/packages --snapshot=tests/standalone/issue14236_new_test.dart tests/standalone/issue14236_source.dart
Anders Johnsen 2014/02/18 10:02:34 Long line :)
siva 2014/02/19 00:34:04 issue14236_test.dart
Ivan Posva 2014/02/19 04:04:23 Thanks! This will make the line shorter too... ;-)
siva 2014/02/19 06:01:20 One more thing I forgot to mention, the xcodebuild
// 3) Undo changes in 1.
library test.issue14236;

Powered by Google App Engine
This is Rietveld 408576698