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

Unified Diff: pkg/fixnum/tests/int_32_test.dart

Issue 10854162: Move fixnum to from lib/ to pkg/ . Once pub.dartlang.org (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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: pkg/fixnum/tests/int_32_test.dart
===================================================================
--- pkg/fixnum/tests/int_32_test.dart (revision 10685)
+++ pkg/fixnum/tests/int_32_test.dart (working copy)
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library("int32test");
-#import('../../../lib/fixnum/fixnum.dart');
+#import('../fixnum.dart');
void main() {
Expect.equals("0", new int32.fromInt(0).toString());

Powered by Google App Engine
This is Rietveld 408576698