| Index: test/generated_message_test.dart
|
| diff --git a/test/generated_message_test.dart b/test/generated_message_test.dart
|
| index dab06367419f419d042aa8ef76767c718cc959ec..c2f968e21e44c15e2f26987aead6fd084092df8d 100755
|
| --- a/test/generated_message_test.dart
|
| +++ b/test/generated_message_test.dart
|
| @@ -20,7 +20,6 @@ import 'test_util.dart';
|
| void main() {
|
| final throwsInvalidProtocolBufferException =
|
| throwsA(new isInstanceOf<InvalidProtocolBufferException>());
|
| -
|
| test('testProtosShareRepeatedArraysIfDidntChange', () {
|
| TestAllTypes value1 = new TestAllTypes()
|
| ..repeatedInt32.add(100)
|
|
|