Index: tests/standalone/io/regress-1925.dart |
diff --git a/tests/standalone/io/regress-1925.dart b/tests/standalone/io/regress-1925.dart |
index 6e68160c18628a85dbfdf21117796442b2e0c117..e57d1fe17dd1ced2e13086f61b6c72440a1d43c4 100644 |
--- a/tests/standalone/io/regress-1925.dart |
+++ b/tests/standalone/io/regress-1925.dart |
@@ -8,10 +8,11 @@ |
// VMOptions=--short_socket_read |
// VMOptions=--short_socket_write |
// VMOptions=--short_socket_read --short_socket_write |
+library ServerTest; |
-#import("dart:io"); |
-#import("dart:isolate"); |
-#source("testing_server.dart"); |
+import "dart:io"; |
+import "dart:isolate"; |
+part "testing_server.dart"; |
class Regress1925TestServer extends TestingServer { |