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

Unified Diff: test/var_test.dart

Issue 1138823002: pkg/csslib: Remove a number of unused members, prepare for release (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 7 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/var_test.dart
diff --git a/test/var_test.dart b/test/var_test.dart
index 39720234b71f707825c3722e2f7bd84c221ecb22..d47fd785edce08005888b583caec26a36e34f00e 100644
--- a/test/var_test.dart
+++ b/test/var_test.dart
@@ -63,7 +63,6 @@ void simpleVar() {
}
void expressionsVar() {
- final errors = [];
final input = ''':root {
var-color-background: red;
var-color-foreground: blue;
@@ -222,7 +221,6 @@ void expressionsVar() {
}
void defaultVar() {
- final errors = [];
final input = '''
:root {
var-color-background: red;
« 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