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

Unified Diff: tests/language/async_test.dart

Issue 898703004: Fix async_test problems. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « pkg/compiler/lib/src/warnings.dart ('k') | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/async_test.dart
diff --git a/tests/language/async_test.dart b/tests/language/async_test.dart
index ec1ff1d6d8c28d670a575fdde774110ecfff0f66..c66ea184f4960b84f77f0d3f6cb0e0d7f9ac0578 100644
--- a/tests/language/async_test.dart
+++ b/tests/language/async_test.dart
@@ -126,4 +126,6 @@ main() {
};
checkAsync(() async => 4);
+ new A.fail(); /// constructor2: continued
+ new A.create(); /// constructor3: continued
}
« no previous file with comments | « pkg/compiler/lib/src/warnings.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698