aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-12-20 04:34:12 +0100
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2017-12-20 13:42:22 +0100
commit87dd180cbb10be3cafbdad27fadc80a8502503e8 (patch)
tree30018ac824a582238b7ee1f54c3d4a20db8b3d2b /third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs
parent5c16ab2378befcd8000bf4f95da596ada04ae8c6 (diff)
@AutoCodec features.
* Adds PUBLIC_FIELDS strategy, which can be used to generate codecs for FragmentOptions. * Support for boolean, enum, Void, String and List types. PiperOrigin-RevId: 179636138
Diffstat (limited to 'third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs')
-rwxr-xr-xthird_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs b/third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs
index 954c02b5a2..254fb7b8ef 100755
--- a/third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs
+++ b/third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs
@@ -39,7 +39,7 @@ namespace Google.Protobuf.Test
public static int Main(string[] args)
{
#if NET35
- return new AutoRun(typeof(Program).Assembly).Execute(args);
+ return new AutoRun(typeof(Program).Assembly).Execute(args);
#else
return new AutoRun(typeof(Program).GetTypeInfo().Assembly).Execute(args);
#endif