| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java b/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
| index fcd7d63fa6c23edc3d5cc752901afd736292bf1a..836c8728ed01448acac9d3b2ce82e38f2b0ef7f0 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
| @@ -969,7 +969,7 @@ public class IncrementalCompilation2Test extends CompilerTestCase {
|
|
|
| /**
|
| * <p>
|
| - * http://code.google.com/p/dart/issues/detail?id=3340
|
| + * http://code.google.com/p/dart/issues/detail?id=6822
|
| */
|
| public void test_useImportPrefix_asVariableName() throws Exception {
|
| appSource.setContent(
|
| @@ -990,7 +990,7 @@ public class IncrementalCompilation2Test extends CompilerTestCase {
|
| ""));
|
| // do compile, no errors expected
|
| compile();
|
| - assertErrors(errors, errEx(ResolverErrorCode.CANNOT_HIDE_IMPORT_PREFIX, 5, 7, 3));
|
| + assertErrors(errors);
|
| }
|
|
|
| /**
|
|
|