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

Unified Diff: test/nested_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/mixin_test.dart ('k') | test/selector_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/nested_test.dart
diff --git a/test/nested_test.dart b/test/nested_test.dart
index c72666efd5cde28a57d9cb77b6d5a55494c8f33c..2a46da7f95cea4c181660dc0c65c7c19f8a4dfc9 100644
--- a/test/nested_test.dart
+++ b/test/nested_test.dart
@@ -195,7 +195,6 @@ span {
}
void simpleNest() {
- final errors = [];
final input = '''
div span { color: green; }
#header {
@@ -239,7 +238,6 @@ div > span[attr="foo"] {
}
void complexNest() {
- final errors = [];
final input = '''
@font-face { font-family: arial; }
div { color: #f0f0f0; }
« no previous file with comments | « test/mixin_test.dart ('k') | test/selector_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698