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

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

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (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
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 990ea185632175e3a1e325f49a90a8a03e69db61..5b37f9ac2f2d8fd3e26820a3e3447b05f3315ff7 100644
--- a/test/dart_codegen/expect/async/async_error.dart
+++ b/test/dart_codegen/expect/async/async_error.dart
@@ -12,14 +12,14 @@ part of dart.async;
return zone.registerBinaryCallback(errorHandler);
}
else {
- return zone.registerUnaryCallback(DDC$RT.cast(errorHandler, Function, __t0, "CastGeneral", """line 20, column 39 of dart:async/async_error.dart: """, errorHandler is __t0, false));
+ return zone.registerUnaryCallback(DEVC$RT.cast(errorHandler, Function, __t0, "CastGeneral", """line 20, column 39 of dart:async/async_error.dart: """, errorHandler is __t0, false));
}
}
class _UncaughtAsyncError extends AsyncError {_UncaughtAsyncError(error, StackTrace stackTrace) : super(error, _getBestStackTrace(error, stackTrace));
static StackTrace _getBestStackTrace(error, StackTrace stackTrace) {
if (stackTrace != null) return stackTrace;
if (error is Error) {
- return DDC$RT.cast(error.stackTrace, dynamic, StackTrace, "CastGeneral", """line 31, column 14 of dart:async/async_error.dart: """, error.stackTrace is StackTrace, true);
+ return DEVC$RT.cast(error.stackTrace, dynamic, StackTrace, "CastGeneral", """line 31, column 14 of dart:async/async_error.dart: """, error.stackTrace is StackTrace, true);
}
return null;
}
« no previous file with comments | « test/dart_codegen/expect/async/async ('k') | test/dart_codegen/expect/async/broadcast_stream_controller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698