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

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

Issue 10037027: unittest step2: bye bye to multiple entrypoints for unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « frog/tests/frog/src/NodeConsoleTest.dart ('k') | frog/tests/frog/src/NodeProcessTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/frog/src/NodeProcessHelper.dart
diff --git a/frog/tests/frog/src/NodeProcessHelper.dart b/frog/tests/frog/src/NodeProcessHelper.dart
index bdbc9fe1f11a18aca339074e7c9713f7cd4e6bec..c09a99b791d8f72da6feacd3728f70b261f6c324 100644
--- a/frog/tests/frog/src/NodeProcessHelper.dart
+++ b/frog/tests/frog/src/NodeProcessHelper.dart
@@ -4,7 +4,6 @@
#library('NodeProcessHelper');
-#import('unittest_node.dart');
#import('../../../lib/node/node.dart');
#import('NodeTestHelper.dart');
@@ -85,4 +84,4 @@ main() {
console.error('unknown argument. argv=${argv}');
break;
}
-}
+}
« no previous file with comments | « frog/tests/frog/src/NodeConsoleTest.dart ('k') | frog/tests/frog/src/NodeProcessTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698