Index: compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart |
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart b/compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart |
deleted file mode 100644 |
index 2a1c37be3749417bb948368aac04364985d6d178..0000000000000000000000000000000000000000 |
--- a/compiler/javatests/com/google/dart/compiler/resolver/ClassExtendsInterfaceNegativeTest.dart |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// 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. |
- |
-// Expect error - I is not a class. |
- |
-interface I {} |
- |
-class Base extends I { |
-} |
- |
- |