Index: compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java b/compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java |
index ec3da4e0495404dd20c1d31ae4147e9ced5d0a7e..27309458cebd0837182d2ad71166b22da9a0c588 100644 |
--- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java |
@@ -9,6 +9,8 @@ import com.google.dart.compiler.DartCompilationError; |
import com.google.dart.compiler.ast.DartNewExpression; |
import com.google.dart.compiler.ast.DartNode; |
import com.google.dart.compiler.ast.DartUnit; |
+import static com.google.dart.compiler.common.ErrorExpectation.errEx; |
+import static com.google.dart.compiler.common.ErrorExpectation.assertErrors; |
import java.util.List; |