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

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

Issue 11570005: Remove old #import, #source, and #library syntax from tests/standalone. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/io/http_headers_state.dart
diff --git a/tests/standalone/io/http_headers_state.dart b/tests/standalone/io/http_headers_state.dart
index c84c7fabdaaaee1adb4768a3c4b4b8f0110aaa4e..d5a3f01f2d4daeedcb5cc83e9c432ff2b4b51a5f 100644
--- a/tests/standalone/io/http_headers_state.dart
+++ b/tests/standalone/io/http_headers_state.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
//
-#import("dart:isolate");
-#import("dart:io");
+import "dart:isolate";
+import "dart:io";
void test(int totalConnections, [String body]) {
HttpServer server = new HttpServer();

Powered by Google App Engine
This is Rietveld 408576698