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

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

Issue 8823010: frog: life is better with colors :) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years 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 | « frog/world.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/css/src/SelectorLiteralTest.dart
diff --git a/utils/tests/css/src/SelectorLiteralTest.dart b/utils/tests/css/src/SelectorLiteralTest.dart
index 9ea430e4d3bf198e9acb5a2d4e537ca20f080b8a..f8eb905a592048a9def8c583042cf3596205b26e 100644
--- a/utils/tests/css/src/SelectorLiteralTest.dart
+++ b/utils/tests/css/src/SelectorLiteralTest.dart
@@ -3,12 +3,14 @@
// BSD-style license that can be found in the LICENSE file.
#import("../../../css/css.dart");
+#import('../../../../frog/lang.dart', prefix:'lang');
class SelectorLiteralTest {
static final String ERROR = 'CompilerException: <buffer>:';
static testMain() {
initCssWorld();
+ lang.options.useColors = false;
testSimpleClassSelectorSuccesses();
testSimpleClassSelectorFailures();
« no previous file with comments | « frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698