| 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 92f6e656c5a40169cc910af087dd5af43e83066a..2d3ea6f73ed798becd1b5cdf0a64edddfda0cbcf 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java
|
| @@ -897,22 +897,6 @@ public class ResolverCompilerTest extends CompilerTestCase {
|
| }
|
|
|
| /**
|
| - * <p>
|
| - * http://code.google.com/p/dart/issues/detail?id=3793
|
| - */
|
| - public void test_functionLiteral_parameterShadowsParentLiteral() throws Exception {
|
| - AnalyzeLibraryResult libraryResult = analyzeLibrary(
|
| - "// filler filler filler filler filler filler filler filler filler filler",
|
| - "main() {",
|
| - " (foo(foo)=>foo)(1);",
|
| - "}",
|
| - "");
|
| - assertErrors(
|
| - libraryResult.getErrors(),
|
| - errEx(ResolverErrorCode.DUPLICATE_PARAMETER_WARNING, 3, 8, 3));
|
| - }
|
| -
|
| - /**
|
| * Asserts that given nodes have same not <code>null</code> {@link Element}.
|
| */
|
| private static void assertDeclarationNameElement(
|
|
|