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

Unified Diff: test/mixin_test.dart

Issue 1009053006: pkg/csslib: remove unused vars and fields (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: 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/error_test.dart ('k') | test/nested_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mixin_test.dart
diff --git a/test/mixin_test.dart b/test/mixin_test.dart
index 5e327232819dd80c61c856ef001ae2e432247a49..5c5a0fca217a63502d159fbf805f43bb0e3ebd7c 100644
--- a/test/mixin_test.dart
+++ b/test/mixin_test.dart
@@ -458,10 +458,6 @@ void badTopInclude() {
@include a;
''';
- var generated = r'''span {
- border: 2px dashed #f00;
-}''';
-
var stylesheet = compileCss(input, errors: errors, opts: options);
expect(stylesheet != null, true);
expect(errors.length, 1, reason: errors.toString());
« no previous file with comments | « test/error_test.dart ('k') | test/nested_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698