aboutsummaryrefslogtreecommitdiff
path: root/ruby/tests/generated_code.proto
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-07-25 00:29:47 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-07-25 15:16:23 -0700
commit6d92233e726bb8ab8154229b7c9df74473eb06a1 (patch)
treeaa3e962a9e7d563bc1a98b6e411ab0744ee618a2 /ruby/tests/generated_code.proto
parent6cab568e0b7fad2abe09b2202b4ca467ae31ee08 (diff)
downloadprotobuf-6d92233e726bb8ab8154229b7c9df74473eb06a1.tar.gz
protobuf-6d92233e726bb8ab8154229b7c9df74473eb06a1.tar.bz2
protobuf-6d92233e726bb8ab8154229b7c9df74473eb06a1.zip
Added unit test for PascalCasing package names in Ruby.
Diffstat (limited to 'ruby/tests/generated_code.proto')
-rw-r--r--ruby/tests/generated_code.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/tests/generated_code.proto b/ruby/tests/generated_code.proto
index 42d82a6b..62fd83ed 100644
--- a/ruby/tests/generated_code.proto
+++ b/ruby/tests/generated_code.proto
@@ -1,6 +1,6 @@
syntax = "proto3";
-package A.B.C;
+package a.b.c;
message TestMessage {
int32 optional_int32 = 1;