| Index: tests/language/const_constructor_super2_test.dart
|
| diff --git a/tests/language/const_constructor_super2_test.dart b/tests/language/const_constructor_super2_test.dart
|
| index 8832d2417ab5e811ad2f86bf45c31f416e2a5959..6ec4fa3c0431ef8162823deb085ad27cbe60db75 100644
|
| --- a/tests/language/const_constructor_super2_test.dart
|
| +++ b/tests/language/const_constructor_super2_test.dart
|
| @@ -26,4 +26,4 @@ void main() {
|
| Expect.notEquals(foo(), bar());
|
| Expect.notEquals(foo().a, bar().a);
|
| Expect.equals(foo().b, bar().b);
|
| -}
|
| +}
|
|
|