Chromium Code Reviews

Unified Diff: test/dart_codegen/expect/async/async_error.dart

Issue 1096583002: Reifier hookup (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Address comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/dart_codegen/expect/async/async_error.dart
diff --git a/test/dart_codegen/expect/async/async_error.dart b/test/dart_codegen/expect/async/async_error.dart
index 55647d98d0bf44788941271ca7ed26e2babee34c..0ea64dcdbc49d9285330b1af50081270d78f306f 100644
--- a/test/dart_codegen/expect/async/async_error.dart
+++ b/test/dart_codegen/expect/async/async_error.dart
@@ -12,7 +12,7 @@ part of dart.async;
return zone.registerBinaryCallback(errorHandler);
}
else {
- return zone.registerUnaryCallback(DEVC$RT.cast(errorHandler, Function, __t0, "ImplicitCast", """line 20, column 39 of dart:async/async_error.dart: """, errorHandler is __t0, true));
+ return zone.registerUnaryCallback(DEVC$RT.cast(errorHandler, Function, __CastType0, "ImplicitCast", """line 20, column 39 of dart:async/async_error.dart: """, errorHandler is __CastType0, true));
}
}
class _UncaughtAsyncError extends AsyncError {_UncaughtAsyncError(error, StackTrace stackTrace) : super(error, _getBestStackTrace(error, stackTrace));
@@ -31,4 +31,4 @@ part of dart.async;
return result;
}
}
- typedef dynamic __t0(dynamic __u1);
+ typedef dynamic __CastType0(dynamic __u1);
« no previous file with comments | « test/dart_codegen/expect/_internal/iterable.dart ('k') | test/dart_codegen/expect/async/broadcast_stream_controller.dart » ('j') | no next file with comments »

Powered by Google App Engine