Index: tests/language/interface_constants_test.dart |
diff --git a/tests/language/interface_constants_test.dart b/tests/language/interface_constants_test.dart |
index 07056d0d9a8ee78570c02be02ea3a54fc9512a99..782360aec45515552a545a7a470bc2c84c842cd2 100644 |
--- a/tests/language/interface_constants_test.dart |
+++ b/tests/language/interface_constants_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
interface Constants { |
- static final int FIVE = 5; |
+ static const int FIVE = 5; |
} |
class InterfaceConstantsTest { |