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

Unified Diff: test/selector_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/nested_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/selector_test.dart
diff --git a/test/selector_test.dart b/test/selector_test.dart
index 43a5a358aff22467ceef652cfcac484f67a8e1b8..5d687e65e1d5ba925b004196c2f75f6199b794a5 100644
--- a/test/selector_test.dart
+++ b/test/selector_test.dart
@@ -52,7 +52,7 @@ void testSelectorFailures() {
var errors = [];
// Test for invalid class name (can't start with number).
- var selectorAst = selector('.foobar .1a-story .xyzzy', errors: errors);
+ selector('.foobar .1a-story .xyzzy', errors: errors);
expect(errors.isEmpty, false);
expect(errors[0].toString(),
'error on line 1, column 9: name must start with a alpha character, but '
« no previous file with comments | « test/nested_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698