aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/ServiceTest.cs
blob: 0f706a437390ddd3988ade48429c57d2f53ece70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;

namespace Google.ProtocolBuffers {
  [TestFixture]
  public class ServiceTest {
  }
}