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

Unified Diff: tests/html/utils.dart

Issue 12388094: Removing futureTest test method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: tests/html/utils.dart
diff --git a/tests/html/utils.dart b/tests/html/utils.dart
index 2669fa70029f9930f3aac947ea39df9fe626b15a..f1689cd7aaf4337032d0b5f70db59e7ea28af85b 100644
--- a/tests/html/utils.dart
+++ b/tests/html/utils.dart
@@ -69,9 +69,3 @@ verifyGraph(expected, actual) {
walk('', expected, actual);
}
-
-void futureTest(spec, Future body()) {
- test(spec, () {
- expect(body(), completes);
- });
-}

Powered by Google App Engine
This is Rietveld 408576698