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

Unified Diff: samples/third_party/dromaeo/tests/Common.dart

Issue 11567059: "Fix" up library names in dromaeo tests so dart2js doesn't complain. Also fix up get_archive.py for… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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/third_party/dromaeo/common/Math2.dart ('k') | samples/third_party/dromaeo/tests/RunnerSuite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/tests/Common.dart
===================================================================
--- samples/third_party/dromaeo/tests/Common.dart (revision 16180)
+++ samples/third_party/dromaeo/tests/Common.dart (working copy)
@@ -1,3 +1,5 @@
+part of dromaeo;
+
class Result {
int get runs { return _sorted.length; }
« no previous file with comments | « samples/third_party/dromaeo/common/Math2.dart ('k') | samples/third_party/dromaeo/tests/RunnerSuite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698