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

Unified Diff: dart/tests/lib/math/math2_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/low_test.dart ('k') | dart/tests/lib/math/math_parse_double_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/math/math2_test.dart
diff --git a/dart/tests/lib/math/math2_test.dart b/dart/tests/lib/math/math2_test.dart
index a2cc3a1ad4cf7403c521df818293dec75ea8a686..cf71142d7ca27305129c0e9ecdfe7e96b5c1d470 100644
--- a/dart/tests/lib/math/math2_test.dart
+++ b/dart/tests/lib/math/math2_test.dart
@@ -5,8 +5,8 @@
// We temporarily test both the new math library and the old Math
// class. This can easily be simplified once we get rid of the Math
// class entirely.
-library math_test;
-import 'dart:math' as math;
+#library('math_test');
+#import('dart:math', prefix: 'math');
class MathLibraryTest {
static void testConstants() {
« no previous file with comments | « dart/tests/lib/math/low_test.dart ('k') | dart/tests/lib/math/math_parse_double_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698