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

Unified Diff: pkg/front_end/test/src/incremental/mock_sdk.dart

Issue 2982943002: Reapply 0489249d29131ed7bf047485c74f557d88eb9974 with a fix for front_end tests. (Closed)
Patch Set: Fix standalone/dart_developer_disabled_env_test Created 3 years, 5 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 | « no previous file | pkg/kernel/lib/core_types.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/src/incremental/mock_sdk.dart
diff --git a/pkg/front_end/test/src/incremental/mock_sdk.dart b/pkg/front_end/test/src/incremental/mock_sdk.dart
index 678583d79c3ed170f2b2300d8c74e5329cc52c5c..b005e2606c37c7b1676149e5e7c9c04d014257c7 100644
--- a/pkg/front_end/test/src/incremental/mock_sdk.dart
+++ b/pkg/front_end/test/src/incremental/mock_sdk.dart
@@ -233,6 +233,7 @@ abstract class Completer<T> {
class _StreamIterator<T> implements StreamIterator<T> {}
class _AsyncStarStreamController {}
+Object _asyncStackTraceHelper(Function async_op) { }
Function _asyncThenWrapperHelper(continuation) {}
Function _asyncErrorWrapperHelper(continuation) {}
Future _awaitHelper(
« no previous file with comments | « no previous file | pkg/kernel/lib/core_types.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698