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

Unified Diff: test/generated_sdk/lib/internal/print.dart

Issue 959913003: cleanup patch generation to preseve comments and remove @patch (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/generated_sdk/lib/internal/list.dart ('k') | test/generated_sdk/lib/internal/symbol.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/internal/print.dart
diff --git a/test/generated_sdk/lib/internal/print.dart b/test/generated_sdk/lib/internal/print.dart
index b06e2e86cdcbb6024422d4d822ff9a342c54bf4f..17890c097f321d03f95e3b2a1193e8162e718671 100644
--- a/test/generated_sdk/lib/internal/print.dart
+++ b/test/generated_sdk/lib/internal/print.dart
@@ -14,7 +14,6 @@ part of dart._internal;
*/
Function printToZone = null;
-@patch
void printToConsole(String line) {
printString('$line');
}
« no previous file with comments | « test/generated_sdk/lib/internal/list.dart ('k') | test/generated_sdk/lib/internal/symbol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698