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

Unified Diff: samples/tests/samples/chat/chat_server_test.dart

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 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
« no previous file with comments | « samples/tests/dartc/test_config.dart ('k') | samples/third_party/dromaeo/Dromaeo.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/chat/chat_server_test.dart
diff --git a/samples/tests/samples/chat/chat_server_test.dart b/samples/tests/samples/chat/chat_server_test.dart
index 74100fee28ca901483705d3df76ae359177216f3..58eb3579d4f631ea115e8d96efb3414038b3d4e5 100644
--- a/samples/tests/samples/chat/chat_server_test.dart
+++ b/samples/tests/samples/chat/chat_server_test.dart
@@ -7,10 +7,10 @@
// VMOptions=--short_socket_write
// VMOptions=--short_socket_read --short_socket_write
-#import("dart:io");
-#import("dart:isolate");
-#import("dart:json");
-#import("../../../chat/chat_server_lib.dart");
+import 'dart:io';
+import 'dart:isolate';
+import 'dart:json';
+import '../../../chat/chat_server_lib.dart';
// Message to start chat test client running in an isolate.
class ChatTestClientStart {
« no previous file with comments | « samples/tests/dartc/test_config.dart ('k') | samples/third_party/dromaeo/Dromaeo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698