Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java |
=================================================================== |
--- compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java (revision 12211) |
+++ compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java (working copy) |
@@ -3,9 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
package com.google.dart.compiler.type; |
-import static com.google.dart.compiler.common.ErrorExpectation.assertErrors; |
-import static com.google.dart.compiler.common.ErrorExpectation.errEx; |
- |
import com.google.common.base.Joiner; |
import com.google.common.collect.Iterables; |
import com.google.common.collect.Lists; |
@@ -53,6 +50,9 @@ |
import com.google.dart.compiler.resolver.ResolverErrorCode; |
import com.google.dart.compiler.resolver.TypeErrorCode; |
+import static com.google.dart.compiler.common.ErrorExpectation.assertErrors; |
+import static com.google.dart.compiler.common.ErrorExpectation.errEx; |
+ |
import java.io.Reader; |
import java.io.StringReader; |
import java.net.URI; |
@@ -3946,7 +3946,7 @@ |
"}"); |
assertErrors( |
libraryResult.getErrors(), |
- errEx(ResolverErrorCode.RETHROW_NOT_IN_CATCH, 3, 3, 6)); |
+ errEx(ResolverErrorCode.RETHROW_NOT_IN_CATCH, 3, 3, 5)); |
} |
public void test_externalKeyword_OK() throws Exception { |