| Index: pkg/polymer/test/css_test.dart
|
| diff --git a/pkg/polymer/test/css_test.dart b/pkg/polymer/test/css_test.dart
|
| index c63f978037b63677b1bd9ecd9622f59bf0ba84fc..1702312b8f0e0f74f28fe1f5c095c2bdf2404034 100644
|
| --- a/pkg/polymer/test/css_test.dart
|
| +++ b/pkg/polymer/test/css_test.dart
|
| @@ -553,7 +553,7 @@ main() {
|
| test('test_var', test_var);
|
| test('test_simple_import', test_simple_import);
|
| test('test_imports', test_imports);
|
| - test('test_component_var', test_component_var);
|
| + group('test_component_var', test_component_var);
|
| test('test_pseudo_element', test_pseudo_element);
|
| });
|
| }
|
|
|