| Index: pkg/dev_compiler/tool/run.js
|
| diff --git a/pkg/dev_compiler/tool/run.js b/pkg/dev_compiler/tool/run.js
|
| index 3835d13d333ec818f0c3bf05f1cc57951c787769..ec9eb24c60932786a51079c81b5c7d2da1312755 100644
|
| --- a/pkg/dev_compiler/tool/run.js
|
| +++ b/pkg/dev_compiler/tool/run.js
|
| @@ -10,9 +10,9 @@
|
| /// > npm install -g devtool
|
| ///
|
| /// Run via:
|
| -/// > devtool tool/run.js -- corelib/apply2_test
|
| +/// > devtool tool/run.js -- corelib_2/apply2_test
|
| /// or
|
| -/// > node tool/run.js corelib/apply2_test
|
| +/// > node tool/run.js corelib_2/apply2_test
|
| ///
|
| /// See TODO below on async / unittest support.
|
|
|
|
|