Chromium Code Reviews| 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; |