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

Unified Diff: dart/tests/lib/math/math_parse_double_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/math2_test.dart ('k') | dart/tests/lib/math/math_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/math/math_parse_double_test.dart
diff --git a/dart/tests/lib/math/math_parse_double_test.dart b/dart/tests/lib/math/math_parse_double_test.dart
index fb7534c6234aaf756e98565918850c12814a5f10..4bf4a3262761fc823e41df7e81686ab13a6c1f6c 100644
--- a/dart/tests/lib/math/math_parse_double_test.dart
+++ b/dart/tests/lib/math/math_parse_double_test.dart
@@ -5,9 +5,9 @@
// 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_parse_double_test;
+#library('math_parse_double_test');
-import 'dart:math';
+#import('dart:math');
void parseDoubleThrowsFormatException(str) {
Expect.throws(() => parseDouble(str), (e) => e is FormatException);
« no previous file with comments | « dart/tests/lib/math/math2_test.dart ('k') | dart/tests/lib/math/math_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698