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

Unified Diff: dart/tests/lib/math/pi_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/tests/lib/math/min_max_test.dart ('k') | dart/tests/lib/mirrors/mirrors_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/math/pi_test.dart
diff --git a/dart/tests/lib/math/pi_test.dart b/dart/tests/lib/math/pi_test.dart
index 33f74cf9797e5fa5fb51c1385fe6769993eb0013..0c2cfd885c516b3be8bca13d66968910ccd6e7df 100644
--- a/dart/tests/lib/math/pi_test.dart
+++ b/dart/tests/lib/math/pi_test.dart
@@ -6,9 +6,9 @@
// simulation.
// Library tag to allow Dartium to run the test.
-library pi_test;
+#library("pi_test.dart");
-import "dart:math";
+#import("dart:math");
void main() {
var seed = new Random().nextInt((1<<32) - 1);
« no previous file with comments | « dart/tests/lib/math/min_max_test.dart ('k') | dart/tests/lib/mirrors/mirrors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698