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

Unified Diff: pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart

Issue 2686933002: Rename generated file (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
diff --git a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
index 7dc16bd3b4e824b9c40632286cba0ec4ba6e42e0..fc923918a8fbf4fe8f6bf3da037a7b0f2f4db484 100644
--- a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
+++ b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
@@ -98,7 +98,7 @@ class CodegenInttestMethodsVisitor extends DartCodegenVisitor
writeln("import 'dart:async';");
writeln();
writeln(
- "import 'package:analyzer_plugin/protocol/generated_protocol.dart';");
+ "import 'package:analyzer_plugin/protocol/protocol_generated.dart';");
writeln(
"import 'package:analyzer_plugin/src/protocol/protocol_internal.dart';");
writeln("import 'package:test/test.dart';");
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698