Fix build error in profiles without extension methods.

pull/288/head
csharptest 10 years ago committed by rogerk
parent 3faaac1b9a
commit 865e86d50c
  1. 2
      src/ProtocolBuffers.Test/TestWriterFormatJson.cs

@ -492,7 +492,7 @@ namespace Google.ProtocolBuffers
.SetPackage("package") .SetPackage("package")
.BuildPartial(); .BuildPartial();
Assert.IsNotNull(opts.ToJson()); Assert.IsNotNull(Extensions.ToJson(opts));
} }
} }
} }

Loading…
Cancel
Save