Chromium Code Reviews| Index: tests/standalone/io/test_runner_test.dart |
| =================================================================== |
| --- tests/standalone/io/test_runner_test.dart (revision 11349) |
| +++ tests/standalone/io/test_runner_test.dart (working copy) |
| @@ -10,7 +10,7 @@ |
| #source("process_test_util.dart"); |
| class TestController { |
| - static final int numTests = 4; |
| + static const int numTests = 4; |
| static int numCompletedTests = 0; |
| // Used as TestCase.completedCallback. |