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

Unified Diff: tests/standalone/http_launch_data/http_launch_main.dart

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 2 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/standalone/http_launch_data/http_launch_main.dart
diff --git a/tests/standalone/http_launch_data/http_launch_main.dart b/tests/standalone/http_launch_data/http_launch_main.dart
index bd35bae2c6bc033c1a4ba1e87ee6e428af4853d1..fb69fbb8e854e5bc653ea7823d9666351f51811b 100644
--- a/tests/standalone/http_launch_data/http_launch_main.dart
+++ b/tests/standalone/http_launch_data/http_launch_main.dart
@@ -3,11 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
-library http_lanuch_main;
+library http_launch_main;
import 'package:simple/simple.dart';
main() {
print(getSimpleString());
}
-
« no previous file with comments | « tests/standalone/http_launch_data/http_isolate_main.dart ('k') | tests/standalone/http_launch_data/http_spawn_main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698