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

Unified Diff: sdk/lib/_internal/pub_generated/test/dart2js/converts_isolate_entrypoint_in_web_test.dart

Issue 887223007: Revert "Use native async/await support in pub." (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
Index: sdk/lib/_internal/pub_generated/test/dart2js/converts_isolate_entrypoint_in_web_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/converts_isolate_entrypoint_in_web_test.dart b/sdk/lib/_internal/pub_generated/test/dart2js/converts_isolate_entrypoint_in_web_test.dart
similarity index 68%
copy from sdk/lib/_internal/pub/test/dart2js/converts_isolate_entrypoint_in_web_test.dart
copy to sdk/lib/_internal/pub_generated/test/dart2js/converts_isolate_entrypoint_in_web_test.dart
index 8d908cbe476a6d7a31a87333933aa7d230bdf73a..941add520eff4e8eb27a1f8ca9d86ca1b8949f08 100644
--- a/sdk/lib/_internal/pub/test/dart2js/converts_isolate_entrypoint_in_web_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/dart2js/converts_isolate_entrypoint_in_web_test.dart
@@ -15,13 +15,17 @@ main() {
// compile isolate entrypoints.
currentSchedule.timeout *= 2;
- d.dir(appPath, [
- d.appPubspec(),
- d.dir("web", [
- d.file("isolate.dart", "void main(List<String> args, SendPort "
- "sendPort) => print('hello');")
- ])
- ]).create();
+ d.dir(
+ appPath,
+ [
+ d.appPubspec(),
+ d.dir(
+ "web",
+ [
+ d.file(
+ "isolate.dart",
+ "void main(List<String> args, SendPort "
+ "sendPort) => print('hello');")])]).create();
pubServe();
requestShouldSucceed("isolate.dart.js", contains("hello"));

Powered by Google App Engine
This is Rietveld 408576698