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

Unified Diff: client/testing/unittest/unittest_vm.dart

Issue 9369006: First prototype of import map generator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix path to JSON. Created 8 years, 10 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 | « client/testing/unittest/shared.dart ('k') | corelib/src/expect.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/testing/unittest/unittest_vm.dart
diff --git a/client/testing/unittest/unittest_vm.dart b/client/testing/unittest/unittest_vm.dart
index 9b185380255b51270c0d65845e2fb226e7e4e39f..0035b79be7c029ae98d633c36a259f087f895fa9 100644
--- a/client/testing/unittest/unittest_vm.dart
+++ b/client/testing/unittest/unittest_vm.dart
@@ -5,9 +5,10 @@
/**
* A simple unit test library for running tests on the VM.
*/
-#library("unittest");
+#library('unittest');
-#source("shared.dart");
+#import('dart:io');
+#source('shared.dart');
_platformInitialize() {
// Do nothing.
« no previous file with comments | « client/testing/unittest/shared.dart ('k') | corelib/src/expect.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698