Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
index 8fbadb6e89a83f38f78a82a4be4b8e3291aac60d..728f62e1dd0610dad4d9b6f907deee24e1534569 100644 |
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
@@ -8,7 +8,6 @@ import com.google.dart.compiler.parser.Token; |
import com.google.dart.compiler.resolver.ClassElement; |
import com.google.dart.compiler.resolver.ClassNodeElement; |
import com.google.dart.compiler.resolver.CyclicDeclarationException; |
-import com.google.dart.compiler.resolver.DuplicatedInterfaceException; |
import com.google.dart.compiler.resolver.TypeErrorCode; |
import java.util.EnumSet; |
@@ -534,7 +533,7 @@ public class TypeAnalyzerTest extends TypeAnalyzerTestCase { |
} |
public void testGetAllSupertypes() |
- throws CyclicDeclarationException, DuplicatedInterfaceException { |
+ throws CyclicDeclarationException { |
Map<String, ClassNodeElement> classes = loadSource( |
"class A extends B<String> {", |
"}", |