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

Unified Diff: frog/tests/frog/src/FrogServerTest.dart

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic changes. Created 8 years, 11 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
Index: frog/tests/frog/src/FrogServerTest.dart
diff --git a/frog/tests/frog/src/FrogServerTest.dart b/frog/tests/frog/src/FrogServerTest.dart
index 5643e0bed5dbc2c13071347054f5d7c9883f5dbc..aa9c014752b78c0aba31369f0cc7c1b0b8ebe0b9 100644
--- a/frog/tests/frog/src/FrogServerTest.dart
+++ b/frog/tests/frog/src/FrogServerTest.dart
@@ -4,6 +4,8 @@
#library('FrogServerTest');
+#import('dart:io');
+
#import('../../../server/frog_server.dart', prefix: 'frogserver');
// TODO(jmesserly): more sane way to import JSON on the VM
« no previous file with comments | « frog/server/frog_server.dart ('k') | runtime/bin/bin.gypi » ('j') | runtime/vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698