| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 16dd8908965ccadc5d14d618c39daf05352c4463..38d3c2693cf964e2730d401cd8a2a24fcfff2fcf 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -72,8 +72,8 @@ Controls how dart code is compiled and executed.
|
| leg: Compile dart code by running leg on the standalone dart vm, and
|
| run the resulting javascript on D8.
|
|
|
| - frogsh: Compile dart code by running frog on node.js, and run the
|
| - resulting javascript on the same instance of node.js.
|
| + frogsh: Compile dart code by running frog (compiled to javascript)
|
| + in DumpRenderTree, and run the resulting javascript in DumpRenderTree.
|
|
|
| dartium: Run dart code in a type="application/dart" script tag in a
|
| dartium build of DumpRenderTree.
|
|
|