Chromium Code Reviews| Index: pkg/polymer/test/template_attr_template_test.dart |
| diff --git a/pkg/polymer/test/template_attr_template_test.dart b/pkg/polymer/test/template_attr_template_test.dart |
| index a4e0b71f3a250dabe2a205bffa6c42ed3f12b7a8..bd129d41cc6ccd62d887e9c9df6c476f35f2c522 100644 |
| --- a/pkg/polymer/test/template_attr_template_test.dart |
| +++ b/pkg/polymer/test/template_attr_template_test.dart |
| @@ -47,7 +47,6 @@ main() => initPolymer().run(() { |
| setUp(() => Polymer.onReady); |
| test('declaration-tests-ran', () { |
| - // TODO(jakemac): Change this to '2' once http://dartbug.com/20197 is fixed. |
|
Siggi Cherem (dart-lang)
2014/12/04 00:32:18
woo hoo!
|
| - expect(testsRun, 3, reason: 'decoration-tests-ran'); |
| + expect(testsRun, 2, reason: 'decoration-tests-ran'); |
| }); |
| }); |