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

Unified Diff: frog/tests/bigtest.dart

Issue 9310010: Fix a few remaining issues from moving swarm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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/bigtest.dart
===================================================================
--- frog/tests/bigtest.dart (revision 3758)
+++ frog/tests/bigtest.dart (working copy)
@@ -9,7 +9,7 @@
// TODO(jimhug): This is BROKEN with the move to experimental - will fix.
/** Path to starting library or application. */
-final String ROOT = '../client/samples/swarm/swarm.dart';
+final String ROOT = '../samples/swarm/swarm.dart';
/** Path to core library. */
final String CORE = 'lib/corelib.dart';
@@ -79,4 +79,4 @@
final totalTime = (t1 - t0) / Clock.frequency();
final lps = lines/totalTime;
print('${diet ? "diet " : ""}parsed $lines lines in $totalTime sec, $lps lines/sec');
-}
+}

Powered by Google App Engine
This is Rietveld 408576698