aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/csharp/src/Google.Protobuf.Test/Program.cs
diff options
context:
space:
mode:
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