Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java

Issue 8948001: Updates dartc to recognize 'default' keyword on interface and updated factory method syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Got rid of some problems. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
}

Powered by Google App Engine
This is Rietveld 408576698