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

Unified Diff: pkg/dev_compiler/tool/run.js

Issue 3004073002: Remove corelib/corelib_strong and migrate last two remaining tests. (Closed)
Patch Set: Created 3 years, 4 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: 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.

Powered by Google App Engine
This is Rietveld 408576698