diff options
Diffstat (limited to 'test cases/csharp/4 pkgconfig/test-lib.cs')
| -rw-r--r-- | test cases/csharp/4 pkgconfig/test-lib.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test cases/csharp/4 pkgconfig/test-lib.cs b/test cases/csharp/4 pkgconfig/test-lib.cs new file mode 100644 index 000000000..29f679505 --- /dev/null +++ b/test cases/csharp/4 pkgconfig/test-lib.cs @@ -0,0 +1,11 @@ +using NUnit.Framework; + +[TestFixture] +public class NUnitTest +{ + [Test] + public void Test() + { + Assert.AreEqual(1 + 1, 2); + } +} |
