aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/proto/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/proto/test.proto')
-rw-r--r--php/tests/proto/test.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/php/tests/proto/test.proto b/php/tests/proto/test.proto
index dada8b48..d81f66f5 100644
--- a/php/tests/proto/test.proto
+++ b/php/tests/proto/test.proto
@@ -181,3 +181,9 @@ message TestIncludeNamespaceMessage {
TestNamespace namespace_message = 1;
TestEmptyNamespace empty_namespace_message = 2;
}
+
+// This will cause upb fields not ordered by the order in the generated code.
+message TestRandomFieldOrder {
+ int64 tag13 = 150;
+ string tag14 = 160;
+}