Chromium Code Reviews| Index: compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java |
| diff --git a/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java b/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java |
| index beee17b9c9ed4e6d8c19711a8a0ad0a14be45601..e61d3699a268dbf7fc719be5dcd85982ff84ce5b 100644 |
| --- a/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java |
| +++ b/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java |
| @@ -53,7 +53,7 @@ public class DartToSourceVisitorTest extends CompilerTestCase { |
| "// unit testcode\n" + |
| "class c {\n" + |
|
ahe
2011/12/15 09:02:13
class c<E>
zundel
2011/12/16 21:36:29
Done.
|
| "\n" + |
| - " factory Array<E>() {\n }\n" + |
| + " factory Array() {\n }\n" + |
| "}\n" + |
| "\n"); |
| } |