| Index: dart/tests/language/generic_instanceof.dart
|
| diff --git a/dart/tests/language/generic_instanceof.dart b/dart/tests/language/generic_instanceof.dart
|
| index a3d04a115eafcc40eb3f4e9211e8e25e70b4a63d..3f64976d6b547f3022e32d9d1f93f028455ca41d 100644
|
| --- a/dart/tests/language/generic_instanceof.dart
|
| +++ b/dart/tests/language/generic_instanceof.dart
|
| @@ -2,7 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test that instanceof works correctly with type variables.
|
| -part of ManyGenericInstanceofTest;
|
|
|
| class Foo<T> {
|
| Foo() {}
|
|
|