| 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 f7bb7ca0c7ffbf62d2a52d7c49c9f8135530ee78..e6fb711ee07f64e9ac32fd29159ee2cfbdf6c453 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java
|
| @@ -464,7 +464,7 @@ public class NegativeParserTest extends CompilerTestCase {
|
| }
|
|
|
| public void test_functionDeclaration_name() {
|
| - parseExpectErrors(
|
| + parseExpectWarnings(
|
| Joiner.on("\n").join(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "foo() {",
|
|
|