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

Unified Diff: dart/pkg/fixnum/test/int_64_vm_test.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « dart/pkg/fixnum/test/int_64_test.dart ('k') | dart/pkg/htmlescape/lib/htmlescape.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/fixnum/test/int_64_vm_test.dart
diff --git a/dart/pkg/fixnum/test/int_64_vm_test.dart b/dart/pkg/fixnum/test/int_64_vm_test.dart
index 1272e70891be46900c18c2ba0fc2ede1f9a6a5b8..22d026a606dae60c63fa0ac68026927b3543c58a 100644
--- a/dart/pkg/fixnum/test/int_64_vm_test.dart
+++ b/dart/pkg/fixnum/test/int_64_vm_test.dart
@@ -4,11 +4,11 @@
// A test to compare the results of the fixnum library with the Dart VM
-library int64vmtest;
-import 'dart:math' as Math;
-part '../intx.dart';
-part '../int32.dart';
-part '../int64.dart';
+#library('int64vmtest');
+#import('dart:math', prefix: 'Math');
+#source('../intx.dart');
+#source('../int32.dart');
+#source('../int64.dart');
void main() {
int64VMTest test = new int64VMTest();
« no previous file with comments | « dart/pkg/fixnum/test/int_64_test.dart ('k') | dart/pkg/htmlescape/lib/htmlescape.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698