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