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

Unified Diff: tests/lib/async/future_test.dart

Issue 201873002: Trying to make preamble for d8. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: call enterJsAsync/leaveJsAsync. All lib/async tests now run. Created 6 years, 9 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: tests/lib/async/future_test.dart
diff --git a/tests/lib/async/future_test.dart b/tests/lib/async/future_test.dart
index ad6830a6db17c7fa0169d361d9003c36f3ea1fb0..df33697d7b2833d02e6b14b14418b1f6001b74a9 100644
--- a/tests/lib/async/future_test.dart
+++ b/tests/lib/async/future_test.dart
@@ -745,6 +745,8 @@ void testSyncFuture_i13368() {
}
main() {
+ asyncStart();
+
testValue();
testSync();
testNeverComplete();
@@ -797,6 +799,8 @@ main() {
testChainedFutureError();
testSyncFuture_i13368();
+
+ asyncEnd();
}
/// A Future that isn't recognizable as a _Future.

Powered by Google App Engine
This is Rietveld 408576698