aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/TextFormatTest.cs
blob: fcef997797c482df2e5712efc58a60cbdf448ee3 (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 TextFormatTest {
  }
}