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

Unified Diff: test/visitor_test.dart

Issue 1022963002: pkg/csslib: fixes for args (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: nits Created 5 years, 9 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 | « test/var_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/visitor_test.dart
diff --git a/test/visitor_test.dart b/test/visitor_test.dart
index 1777748906b32c83fc0685ae4e075d4cb3ed1d17..e7102de0c2978abf1b054806bbf1ff5b0871f16c 100644
--- a/test/visitor_test.dart
+++ b/test/visitor_test.dart
@@ -49,7 +49,7 @@ void testClassVisitors() {
div.hello { font: arial; }
''';
- s = parseCss(in1, errors: errors..clear(), opts: ['--no-colors', 'memory']);
+ s = parseCss(in1, errors: errors..clear(), opts: simpleOptions);
expect(s != null, true);
expect(errors.isEmpty, true, reason: errors.toString());
« no previous file with comments | « test/var_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698