Chromium Code Reviews| Index: tests/html/element_classes_test.dart |
| diff --git a/tests/html/element_classes_test.dart b/tests/html/element_classes_test.dart |
| index 966e5eb14170816fade0d26545dfd711d965a336..175d5303c18d6e7c1612afe07b7badb5bf87692a 100644 |
| --- a/tests/html/element_classes_test.dart |
| +++ b/tests/html/element_classes_test.dart |
| @@ -165,4 +165,8 @@ main() { |
| classes.clear(); |
| expect(classes, equals([])); |
| }); |
| + |
| + test('invalid values', () { |
| + |
|
Emily Fortuna
2013/02/20 17:15:07
should there be something in this test?
blois
2013/02/20 20:51:12
Ack- that was from a different CL. Removed.
|
| + }); |
| } |