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

Unified Diff: pkg/fixnum/tests/int_64_vm_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_64_vm_test.dart
===================================================================
--- pkg/fixnum/tests/int_64_vm_test.dart (revision 10685)
+++ pkg/fixnum/tests/int_64_vm_test.dart (working copy)
@@ -5,9 +5,9 @@
// A test to compare the results of the fixnum library with the Dart VM
#library('int64vmtest');
-#source('../../../lib/fixnum/intx.dart');
-#source('../../../lib/fixnum/int32.dart');
-#source('../../../lib/fixnum/int64.dart');
+#source('../intx.dart');
+#source('../int32.dart');
+#source('../int64.dart');
void main() {
int64VMTest test = new int64VMTest();
« pkg/fixnum/pubspec.yaml ('K') | « pkg/fixnum/tests/int_64_test.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698