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

Unified Diff: standalone/src/SocketManyConnectionsTest.dart

Issue 8764019: - "#library warning" fixit: Add #library where it could be expected. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: Created 9 years, 1 month 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: standalone/src/SocketManyConnectionsTest.dart
===================================================================
--- standalone/src/SocketManyConnectionsTest.dart (revision 1886)
+++ standalone/src/SocketManyConnectionsTest.dart (working copy)
@@ -4,6 +4,7 @@
//
// Test creating a large number of socket connections.
+#library("SocketManyConnectionsTest");
#source("TestingServer.dart");
final CONNECTIONS = 200;

Powered by Google App Engine
This is Rietveld 408576698