diff options
author | Jon Skeet <skeet@pobox.com> | 2009-01-16 10:57:40 +0000 |
---|---|---|
committer | Jon Skeet <skeet@pobox.com> | 2009-01-16 10:57:40 +0000 |
commit | 8f8186a30b9b8d865c6211eb91a4df8aae1f40d5 (patch) | |
tree | 8448e4c52607cd39f2035a06196cfe4247942f06 /src/ProtoGen.Test/DependencyResolutionTest.cs | |
parent | 0c89aa1fdba0158d8dee3aef9cfe815afe4cc494 (diff) |
Benchmarking, dumping and munging
Diffstat (limited to 'src/ProtoGen.Test/DependencyResolutionTest.cs')
-rw-r--r-- | src/ProtoGen.Test/DependencyResolutionTest.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ProtoGen.Test/DependencyResolutionTest.cs b/src/ProtoGen.Test/DependencyResolutionTest.cs index d9fca15e..afe9c81a 100644 --- a/src/ProtoGen.Test/DependencyResolutionTest.cs +++ b/src/ProtoGen.Test/DependencyResolutionTest.cs @@ -1,10 +1,7 @@ -using System; using System.Collections.Generic; -using System.Text; +using Google.ProtocolBuffers.DescriptorProtos; using Google.ProtocolBuffers.Descriptors; using NUnit.Framework; -using Google.ProtocolBuffers.DescriptorProtos; -using Google.ProtocolBuffers.ProtoGen; namespace Google.ProtocolBuffers.ProtoGen { /// <summary> |