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

Unified Diff: test/big_1_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 | « pubspec.yaml ('k') | test/compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/big_1_test.dart
diff --git a/test/big_1_test.dart b/test/big_1_test.dart
index ed1c271314366d22872c689f65ebe248d1facdb3..5f38ba08825176fa8531787f837159ba1bcbb59d 100644
--- a/test/big_1_test.dart
+++ b/test/big_1_test.dart
@@ -7,8 +7,6 @@ library big_1_test;
import 'package:unittest/unittest.dart';
import 'testing.dart';
-var options = ['--warnings_as_errors', '--no-colors', 'memory'];
-
compilePolyfillAndValidate(String input, String generated) {
var errors = [];
var stylesheet = polyFillCompileCss(input, errors: errors, opts: options);
« no previous file with comments | « pubspec.yaml ('k') | test/compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698