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(); |