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

Unified Diff: tests/corelib/math_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 | « tests/corelib/math_parse_double_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/math_test.dart
diff --git a/tests/corelib/math_test.dart b/tests/corelib/math_test.dart
index d0af74b331ba7d63c55a10dc3e4533d7f9a9888d..a7b8d5bf1f525c7d62900d305ce445345464ddbd 100644
--- a/tests/corelib/math_test.dart
+++ b/tests/corelib/math_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_test');
#import('dart:math', prefix: 'math');
class MathTest {
« no previous file with comments | « tests/corelib/math_parse_double_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698