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

Unified Diff: pkg/analyzer/test/generated/parser_test.dart

Issue 1008433002: Task: Build Directive Elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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: pkg/analyzer/test/generated/parser_test.dart
diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
index 78c7934115d60f0406553fc6d072d466537ae5ea..22df3afc9f628cb55891714e5bff1a06c64c8a4e 100644
--- a/pkg/analyzer/test/generated/parser_test.dart
+++ b/pkg/analyzer/test/generated/parser_test.dart
@@ -4041,7 +4041,7 @@ class ResolutionCopierTest extends EngineTestCase {
void test_visitExportDirective() {
ExportDirective fromNode = AstFactory.exportDirective2("dart:uri");
- ExportElement element = new ExportElementImpl();
+ ExportElement element = new ExportElementImpl(-1);
fromNode.element = element;
ExportDirective toNode = AstFactory.exportDirective2("dart:uri");
ResolutionCopier.copyResolutionData(fromNode, toNode);

Powered by Google App Engine
This is Rietveld 408576698