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

Unified Diff: tests/standalone/src/io/EchoServerTest.dart

Issue 9809007: Make test standalone/src/io/ManyEchoServerTest compile (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « no previous file | tests/standalone/src/io/ManyEchoServerTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/EchoServerTest.dart
diff --git a/tests/standalone/src/io/EchoServerTest.dart b/tests/standalone/src/io/EchoServerTest.dart
index b0c77bf6d07e379a456a75e7441785b30d023eca..5317967483fed3c26339f0c6ac54920273434f14 100644
--- a/tests/standalone/src/io/EchoServerTest.dart
+++ b/tests/standalone/src/io/EchoServerTest.dart
@@ -9,6 +9,7 @@
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
+#library("EchoServerTest.dart");
#import("dart:io");
#import("dart:isolate");
#source("TestingServer.dart");
« no previous file with comments | « no previous file | tests/standalone/src/io/ManyEchoServerTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698