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

Unified Diff: tests/language/async_test.dart

Issue 847123002: Fix status files to allow async-await tests to run on non-vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | 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 c43db67b10c2cd93a5b849393df7243e7f039211..d1bf80df1ea9c15465a836f10c56db47e55b7759 100644
--- a/tests/language/async_test.dart
+++ b/tests/language/async_test.dart
@@ -48,7 +48,7 @@ class B {
const B._internal(this._y);
const factory B.createConst(int y) async = A._internal; /// constructor4: compile-time error
- B();
+ B() : _y = null;
set dontDoThat(value) async {} /// setter1: compile-time error
}
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698