Commit 865e86d5 authored by csharptest's avatar csharptest Committed by rogerk

Fix build error in profiles without extension methods.

parent 3faaac1b
......@@ -492,7 +492,7 @@ namespace Google.ProtocolBuffers
.SetPackage("package")
.BuildPartial();
Assert.IsNotNull(opts.ToJson());
Assert.IsNotNull(Extensions.ToJson(opts));
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment