Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
=================================================================== |
--- compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java (revision 8158) |
+++ compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java (working copy) |
@@ -193,7 +193,7 @@ |
analyzeLibrary( |
"Test.dart", |
Joiner.on("\n").join( |
- "interface I factory F {", |
+ "interface I default F {", |
" I.foo(int a, [int b, int c]);", |
"}", |
"class F implements I {", |
@@ -233,7 +233,7 @@ |
analyzeLibrary( |
"Test.dart", |
Joiner.on("\n").join( |
- "interface I factory F {", |
+ "interface I default F {", |
" I(int a);", |
"}", |
"class F implements I {", |