| Index: compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java b/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
|
| index ade74e318e5aaa968b1a3638aeaf50932ded4093..ad5afa71107f709f3ad8f5b58d7162f28cd628e5 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/CPParserTest.java
|
| @@ -21,7 +21,7 @@ import java.util.List;
|
| public class CPParserTest extends CompilerTestCase {
|
|
|
| private static String[] EXPECTED001 = {"/*\n * Beginning comment\n */",
|
| - "// line comment", "// another", "/**/", "//",
|
| + "// line comment", "// another", "/**/", "//", "/*/*nested*/*/",
|
| };
|
| private static String[] EXPECTED002 = {"/*\n*\n //comment\nX Y"};
|
|
|
|
|