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

Unified Diff: test/dart_codegen/expect/async/schedule_microtask.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/dart_codegen/expect/async/deferred_load.dart ('k') | test/dart_codegen/expect/async/timer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/async/schedule_microtask.dart
diff --git a/test/dart_codegen/expect/async/schedule_microtask.dart b/test/dart_codegen/expect/async/schedule_microtask.dart
index 3dd202a9240b3aafe69422ea7af6ceeb4d91a3e7..11b4b2783912e13800dc6dd12100d466ad4c6338 100644
--- a/test/dart_codegen/expect/async/schedule_microtask.dart
+++ b/test/dart_codegen/expect/async/schedule_microtask.dart
@@ -70,7 +70,7 @@ void scheduleMicrotask(void callback()) {
.scheduleMicrotask(Zone.current.bindCallback(callback, runGuarded: true));
}
class _AsyncRun {
- @patch static void _scheduleImmediate(void callback()) {
+ static void _scheduleImmediate(void callback()) {
scheduleImmediateClosure(callback);
}
}
« no previous file with comments | « test/dart_codegen/expect/async/deferred_load.dart ('k') | test/dart_codegen/expect/async/timer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698