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

Unified Diff: dart/tests/lib/math/coin_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/crypto/sha256_test.dart ('k') | dart/tests/lib/math/low_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/math/coin_test.dart
diff --git a/dart/tests/lib/math/coin_test.dart b/dart/tests/lib/math/coin_test.dart
index 89a6be794fa13d06dcd6c1983f6c853fcbb757b6..3c976ff3f4d00b8a6f28e2d58f6340e0f6d22d51 100644
--- a/dart/tests/lib/math/coin_test.dart
+++ b/dart/tests/lib/math/coin_test.dart
@@ -5,9 +5,9 @@
// Test that a coin toss with Random.nextBool() is fair.
// Library tag to allow Dartium to run the test.
-library coin_test;
+#library("coin_test");
-import "dart:math";
+#import("dart:math");
main() {
var seed = new Random().nextInt((1<<32) - 1);
« no previous file with comments | « dart/tests/lib/crypto/sha256_test.dart ('k') | dart/tests/lib/math/low_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698