aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen.Test/GeneratorTest.cs
blob: dbd187873e5bfb3feeace43c5aa0002264c98b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using Google.ProtocolBuffers.DescriptorProtos;
using NUnit.Framework;
using Google.ProtocolBuffers.Descriptors;

namespace Google.ProtocolBuffers.ProtoGen {
  [TestFixture]
  public class GeneratorTest {

  }
}