Chromium Code Reviews| Index: lib/dom/scripts/dartgenerator_test.py |
| =================================================================== |
| --- lib/dom/scripts/dartgenerator_test.py (revision 11400) |
| +++ lib/dom/scripts/dartgenerator_test.py (working copy) |
| @@ -200,7 +200,7 @@ |
| # Verify primitive conversions are working: |
| self._AssertOutputContains('Shape', |
| - 'static final int CONSTANT = 1') |
| + 'static const int CONSTANT = 1') |
| self._AssertOutputContains('Shape', |
| 'final String strAttr;') |