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

Unified Diff: tests/isolate/exit_at_spawnuri_iso.dart

Issue 1244733002: - Implement VM parts of https://codereview.chromium.org/1240743003/ (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update isolate.status file as expected. Created 5 years, 5 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/isolate/exit_at_spawn_test.dart ('k') | tests/isolate/exit_at_spawnuri_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/exit_at_spawnuri_iso.dart
diff --git a/runtime/lib/async_patch.dart b/tests/isolate/exit_at_spawnuri_iso.dart
similarity index 85%
copy from runtime/lib/async_patch.dart
copy to tests/isolate/exit_at_spawnuri_iso.dart
index 682ee8b10a4ec2d6b8496a5f06496f428819a00e..9bc892ee55a5886276c53ae4481ec2c1e49a9112 100644
--- a/runtime/lib/async_patch.dart
+++ b/tests/isolate/exit_at_spawnuri_iso.dart
@@ -2,5 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import "dart:_internal";
+library exit_at_spawn_iso;
+main() {}
« no previous file with comments | « tests/isolate/exit_at_spawn_test.dart ('k') | tests/isolate/exit_at_spawnuri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698