| 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;
|
|
|