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

Unified Diff: utils/tests/css/src/ExpressionTest.dart

Issue 10170008: fixes css tests, now they can also run in browsers too. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
Index: utils/tests/css/src/ExpressionTest.dart
diff --git a/utils/tests/css/src/ExpressionTest.dart b/utils/tests/css/src/ExpressionTest.dart
index e439123b67bbac237c215c32085cbed757ddfec0..542beee9b4d6d5c191757b7437e595501fadbc02 100644
--- a/utils/tests/css/src/ExpressionTest.dart
+++ b/utils/tests/css/src/ExpressionTest.dart
@@ -2,6 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+#library("ExpressionTest");
#import("../../../css/css.dart");
class ExpressionTest {

Powered by Google App Engine
This is Rietveld 408576698