aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffersLite.Test
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-05-12 21:09:49 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-05-12 21:42:40 -0700
commit385afba572b6541286976f463e6240f2ca45ea11 (patch)
tree17ab7d6e0b431d77f4c32c6746642ff52c3076d8 /csharp/src/ProtocolBuffersLite.Test
parenta39dc6d5be2aac6e78ee5f96f9bf1a304a1c7644 (diff)
downloadprotobuf-385afba572b6541286976f463e6240f2ca45ea11.tar.gz
protobuf-385afba572b6541286976f463e6240f2ca45ea11.tar.bz2
protobuf-385afba572b6541286976f463e6240f2ca45ea11.zip
Regenerate some proto files after ClsCompliance has been dropped
Diffstat (limited to 'csharp/src/ProtocolBuffersLite.Test')
-rw-r--r--csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasFull.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasFull.cs b/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasFull.cs
index 3eed99f1..827bedef 100644
--- a/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasFull.cs
+++ b/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasFull.cs
@@ -420,7 +420,6 @@ namespace Google.ProtocolBuffers.TestProtos {
public bool HasZip {
get { return hasZip; }
}
- [global::System.CLSCompliant(false)]
public uint Zip {
get { return zip_; }
}
@@ -619,12 +618,10 @@ namespace Google.ProtocolBuffers.TestProtos {
public bool HasZip {
get { return result.hasZip; }
}
- [global::System.CLSCompliant(false)]
public uint Zip {
get { return result.Zip; }
set { SetZip(value); }
}
- [global::System.CLSCompliant(false)]
public Builder SetZip(uint value) {
PrepareBuilder();
result.hasZip = true;