Index: tests/compiler/dart2js/type_checker_test.dart |
diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart |
index 855a865b55f87852e38378b1a6ce904ca198202a..5fd83eacc6b62117b5d5bb54e104cec005b9487d 100644 |
--- a/tests/compiler/dart2js/type_checker_test.dart |
+++ b/tests/compiler/dart2js/type_checker_test.dart |
@@ -516,7 +516,7 @@ class ClassWithMethods { |
static int staticMethod(String str) {} |
} |
-interface I { |
+class I { |
int intMethod(); |
} |
class SubClass extends ClassWithMethods implements I {}'''; |