Index: compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java |
index 6fffb5059a14c844c943a5eae189057feba79594..8ff0774f66f750bd379ed55d6dc33e2e6aa80d1d 100644 |
--- a/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java |
@@ -7,6 +7,9 @@ import com.google.dart.compiler.CompilerTestCase; |
import com.google.dart.compiler.DartCompilationError; |
import com.google.dart.compiler.ast.DartThisExpression; |
import com.google.dart.compiler.ast.DartUnit; |
+import com.google.dart.compiler.common.ErrorExpectation; |
+import static com.google.dart.compiler.common.ErrorExpectation.errEx; |
+import static com.google.dart.compiler.common.ErrorExpectation.assertErrors; |
import com.google.dart.compiler.testing.TestCompilerContext; |
import java.util.ArrayList; |