aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2018-09-18 07:32:45 +0100
committerJon Skeet <skeet@pobox.com>2018-09-22 09:09:15 +0100
commit988b381c839e60958be7a4111860b07d64c0b53b (patch)
tree38b75b22723feae3f36859a37c06b9e135c1bbae
parent1711999078ca1d435de3958bf963e95a742e972f (diff)
downloadprotobuf-988b381c839e60958be7a4111860b07d64c0b53b.tar.gz
protobuf-988b381c839e60958be7a4111860b07d64c0b53b.tar.bz2
protobuf-988b381c839e60958be7a4111860b07d64c0b53b.zip
Add comment about FileDescriptor not exposing a declaration
-rw-r--r--csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs b/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs
index b3237455..fc75e3e7 100644
--- a/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs
+++ b/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs
@@ -42,6 +42,9 @@ namespace Google.Protobuf.Test.Reflection
{
static readonly FileDescriptor unitTestProto3Descriptor = LoadProtos();
+ // Note: we don't expose a declaration for FileDescriptor as it doesn't have comments
+ // at the moment and the locations aren't terribly useful.
+
[Test]
public void ServiceComments()
{