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

Unified Diff: test/extend_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/declaration_test.dart ('k') | test/mixin_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/extend_test.dart
diff --git a/test/extend_test.dart b/test/extend_test.dart
index ed24b35e4a366f5ad8d0b3aa1ec7171c51853a2e..94d9e7be91ac150ab62199f39153213019ed7524 100644
--- a/test/extend_test.dart
+++ b/test/extend_test.dart
@@ -7,8 +7,6 @@ library extend_test;
import 'package:unittest/unittest.dart';
import 'testing.dart';
-var options = ['--warnings_as_errors', '--no-colors', 'memory'];
-
compileAndValidate(String input, String generated) {
var errors = [];
var stylesheet = compileCss(input, errors: errors, opts: options);
« no previous file with comments | « test/declaration_test.dart ('k') | test/mixin_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698