Index: compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java |
index 66518253982275eacbd6b499a7fcaad016b2addc..721ac0ba039c4a2310f5c7f7be7a3d3470b42147 100644 |
--- a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java |
@@ -8,6 +8,8 @@ import com.google.dart.compiler.CompilerTestCase; |
import com.google.dart.compiler.ast.DartIdentifier; |
import com.google.dart.compiler.ast.DartMethodDefinition; |
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; |
/** |
* Negative Parser/Syntax tests. |