aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ProtoGen.Test/DependencyResolutionTest.cs
diff options
context:
space:
mode:
authorGravatar Jon Skeet <skeet@pobox.com>2009-01-16 10:57:40 +0000
committerGravatar Jon Skeet <skeet@pobox.com>2009-01-16 10:57:40 +0000
commit8f8186a30b9b8d865c6211eb91a4df8aae1f40d5 (patch)
tree8448e4c52607cd39f2035a06196cfe4247942f06 /src/ProtoGen.Test/DependencyResolutionTest.cs
parent0c89aa1fdba0158d8dee3aef9cfe815afe4cc494 (diff)
Benchmarking, dumping and munging
Diffstat (limited to 'src/ProtoGen.Test/DependencyResolutionTest.cs')
-rw-r--r--src/ProtoGen.Test/DependencyResolutionTest.cs5
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>