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

Unified Diff: tests/compiler/dart2js/analyze_api_test.dart

Issue 17759007: First pass at asynchronous input loading in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 7 years, 3 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 | « tests/compiler/dart2js/analyze_all_test.dart ('k') | tests/compiler/dart2js/analyze_dart2js_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_api_test.dart
diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
index ec291dd622a0450027f67e1f8d5fee34ea34680d..de48a2ec6e6e4ff435947050b599aa850888ec13 100644
--- a/tests/compiler/dart2js/analyze_api_test.dart
+++ b/tests/compiler/dart2js/analyze_api_test.dart
@@ -6,6 +6,7 @@ library analyze_api;
import '../../../sdk/lib/_internal/libraries.dart';
import 'analyze_helper.dart';
+import "package:async_helper/async_helper.dart";
/**
* Map of white-listed warnings and errors.
@@ -28,5 +29,5 @@ void main() {
uriList.add(new Uri(scheme: 'dart', path: name));
}
});
- analyze(uriList, WHITE_LIST);
+ asyncTest(() => analyze(uriList, WHITE_LIST));
}
« no previous file with comments | « tests/compiler/dart2js/analyze_all_test.dart ('k') | tests/compiler/dart2js/analyze_dart2js_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698