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

Unified Diff: test/protos/toplevel.proto

Issue 131943002: Handle protocol buffer messages with no package (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Fix bug and updte version Created 6 years, 11 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 | « test/generated_message_test.dart ('k') | test/protos/toplevel_import.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/protos/toplevel.proto
diff --git a/test/protos/package1.proto b/test/protos/toplevel.proto
similarity index 80%
copy from test/protos/package1.proto
copy to test/protos/toplevel.proto
index 7578110cfb6d422bf02a227d2683df903fdd495e..b15f0917d3e3c24873e2a3b61da7dc1d93ae23f3 100644
--- a/test/protos/package1.proto
+++ b/test/protos/toplevel.proto
@@ -4,12 +4,7 @@
syntax = "proto2";
-package pkg1;
-
-message M {
- message M {
- optional int32 x = 1;
- }
+message T {
optional int32 a = 1;
optional string b = 2;
}
« no previous file with comments | « test/generated_message_test.dart ('k') | test/protos/toplevel_import.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698