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

Unified Diff: compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java

Issue 9598002: Use ASTVisitor as in new AST. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months 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/parser/SyntaxTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
index d6f64d414f5dac88cd6c3f0dadaf781cd4356409..cccae21c6b023049c04c2c0c80da4c9b173d1a10 100644
--- a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
+++ b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
@@ -42,6 +42,8 @@ public class SyntaxTest extends AbstractParserTest {
assertEquals(
Joiner.on("\n").join(
"// unit QualifiedReturnTypeB.dart",
+ "#library(\"test\");",
+ "#import(\"QualifiedReturnTypeA.dart\", prefix : \"pref\");",
"class A {",
"",
" pref.A foo() {",

Powered by Google App Engine
This is Rietveld 408576698