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

Unified Diff: tests/standalone/io/web_socket_ping_test.dart

Issue 23436005: Add library tag to web_socket_ping_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/web_socket_ping_test.dart
diff --git a/tests/standalone/io/web_socket_ping_test.dart b/tests/standalone/io/web_socket_ping_test.dart
index a416a48fdfc75e463b1fd6876096304633f373bb..38257012aaaa0cd09bddf0a56a24c93c1d97d0c6 100644
--- a/tests/standalone/io/web_socket_ping_test.dart
+++ b/tests/standalone/io/web_socket_ping_test.dart
@@ -7,6 +7,8 @@
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
+library dart.io;
Søren Gjesse 2013/09/02 10:04:11 Hack, hack, ... maybe add a comment.
+
import "package:expect/expect.dart";
import "dart:async";
import "dart:io";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698