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

Unified Diff: tests/corelib/math_parse_double_test.dart

Issue 10854142: Add #library tag to please the testing setup we use on the build bots. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | tests/corelib/math_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/math_parse_double_test.dart
diff --git a/tests/corelib/math_parse_double_test.dart b/tests/corelib/math_parse_double_test.dart
index 5267714ab3e28b08a1a788e011ed51380429b825..f8bd1995062aaf864bfbaf784c025d501c3b2f91 100644
--- a/tests/corelib/math_parse_double_test.dart
+++ b/tests/corelib/math_parse_double_test.dart
@@ -5,6 +5,7 @@
// 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');
#import('dart:math', prefix: 'math');
double parseDouble(String string) {
« no previous file with comments | « no previous file | tests/corelib/math_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698