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

Unified Diff: lib/testing/content_shell_test.dart

Issue 22962005: Merge pull request #581 from kevmoo/polymer (Closed) Base URL: https://github.com/dart-lang/web-ui.git@polymer
Patch Set: Created 7 years, 4 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 | « lib/src/utils.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/testing/content_shell_test.dart
diff --git a/lib/testing/content_shell_test.dart b/lib/testing/content_shell_test.dart
index 6f56cd34f7dfbe0e48abaa0c5b31c66cc6bc21c9..92b0350528917bc0eee7c5cd47f33ada2f08a320 100644
--- a/lib/testing/content_shell_test.dart
+++ b/lib/testing/content_shell_test.dart
@@ -8,7 +8,6 @@
library polymer.testing.end2end;
import 'dart:io';
-import 'dart:math' show min;
import 'package:args/args.dart';
import 'package:path/path.dart' as path;
import 'package:unittest/unittest.dart';
@@ -57,8 +56,7 @@ void _testHelper(_TestOptions options) {
for (var filePath in paths) {
var filename = path.basename(filePath);
test('compile $filename', () {
- var testArgs = ['-o', options.outDir,
- '--basedir', options.baseDir, '--no-css']
+ var testArgs = ['-o', options.outDir, '--basedir', options.baseDir]
..addAll(options.compilerArgs)
..add(filePath);
expect(dwc.run(testArgs, printTime: false).then((res) {
« no previous file with comments | « lib/src/utils.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698